# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "proxied" version = "0.3.6" authors = ["hdbg"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous client connector for proxies" documentation = "https://docs.rs/proxied" readme = "README.md" keywords = [ "proxy", "async", "http", "socks", "client", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/hdbg/proxied" [lib] name = "proxied" path = "src/lib.rs" [[test]] name = "test_socks5" path = "tests/test_socks5.rs" [dependencies.async-http-proxy] version = "1.2.5" features = [ "basic-auth", "runtime-tokio", "tokio", ] [dependencies.fast-socks5] version = "0.9.6" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.38.0" features = [ "io-util", "net", ] [dependencies.uri] version = "0.4.0" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"