# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "protosocks" version = "0.7.0" authors = ["hlzhang "] exclude = [".circleci/*", ".gitignore", ".travis.yml", ".versionrc.js", "ver"] description = "Socks5 protocol lib in Rust (RFC1928 and RFC1929)" homepage = "https://github.com/hlzhang/protosocks/" documentation = "https://docs.rs/protosocks" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/hlzhang/protosocks/" [dependencies.bytes] version = "0.5.3" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.15" [dependencies.serde_derive] version = "1.0.15" [dependencies.smolsocket] version = "0.3" default-features = false [dependencies.smoltcp] version = "0.6.0" default-features = false [dependencies.snafu] version = "0.4.1" [features] default = ["std", "proto-ipv4", "proto-ipv6"] proto-ipv4 = ["smolsocket/proto-ipv4", "smoltcp/proto-ipv4"] proto-ipv6 = ["smolsocket/proto-ipv6", "smoltcp/proto-ipv4"] std = ["smolsocket/std", "smoltcp/std"]