File: Cargo.toml

package info (click to toggle)
rust-socks 0.3.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 3; sh: 1
file content (15 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "socks"
version = "0.3.4"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "SOCKS proxy clients"
repository = "https://github.com/sfackler/rust-socks"
documentation = "https://docs.rs/socks/0.3.0/socks"
readme = "README.md"

[dependencies]
byteorder = "1.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2"