Source: rust-socks
Section: rust
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 dh-sequence-single-binary,
 librust-byteorder-1-dev,
 librust-libc-0.2-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-socks.git
Vcs-Browser: https://salsa.debian.org/debian/rust-socks
Homepage: https://github.com/sfackler/rust-socks

Package: librust-socks-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-byteorder-1t-dev,
 librust-libc-0.2-dev,
Provides:
 librust-socks-0.3+default-dev (= ${binary:Version}),
 librust-socks-0.3-dev (= ${binary:Version}),
 librust-socks-0.3.4-dev (= ${binary:Version}),
Description: SOCKS proxy clients - Rust source code
 SOCKS proxy support for Rust.
 .
 SOCKS is an Internet protocol that exchanges network packets
 between a client and server through a proxy server.
 SOCKS5 optionally provides authentication
 so only authorized users may access a server.
 Practically, a SOCKS server proxies TCP connections
 to an arbitrary IP address,
 and provides a means for UDP packets to be forwarded.
 .
 This package contains the source for the Rust socks crate,
 for use with cargo.
