# 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 = "socksx" version = "0.1.1" authors = ["Onno Valkering"] description = "A SOCKS toolkit for Rust" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.human-panic] version = "1" [dependencies.itertools] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.21" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2" [dev-dependencies.chacha20] version = "0.7" [dev-dependencies.pin-project-lite] version = "0.2"