# 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 = "hyper-socks2-mw" version = "0.4.4" authors = ["Arsenii Lyashenko "] include = ["Cargo.toml", "LICENSE-*.md", "src/**/*"] description = "A SOCKS5 connector for hyper library" documentation = "https://docs.rs/hyper-socks2-mw" readme = "README.md" keywords = ["hyper", "network", "ssl", "tls"] categories = ["authentication", "network-programming", "web-programming::http-client"] license = "Apache-2.0 OR MIT" repository = "https://github.com/mimblewimble/hyper-socks2-mw" [dependencies.async-socks5] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13" [dependencies.hyper-rustls] version = "0.20" optional = true [dependencies.hyper-tls] version = "0.4" optional = true [dependencies.rustls-native-certs] version = "0.3" optional = true [dependencies.rusttls] version = "0.17" optional = true package = "rustls" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] default = ["tls"] rustls = ["hyper-rustls", "rusttls", "rustls-native-certs"] tls = ["hyper-tls"] [badges.github-actions] repository = "https://github.com/ark0f/hyper-socks2" workflow = "CI"