# 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 = "hyper-tor-connector" version = "0.1.0" description = "A hyper connector for making tor connections" documentation = "https://docs.rs/hyper-tor-connector" readme = "README.md" keywords = [ "hyper", "http", "tor", "socks", "arti", ] license = "MIT" repository = "https://github.com/dr-bonez/hyper-tor-connector" [dependencies.arti-client] version = "0.8" features = ["tokio"] optional = true [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", ] [dependencies.pin-project] version = "1.0" [dependencies.tokio] version = "1.23" [dependencies.tokio-socks] version = "0.5" optional = true [dependencies.tor-rtcompat] version = "0.8" features = ["tokio"] optional = true [dependencies.tower] version = "0.4" [dev-dependencies.tokio] version = "1.23.0" features = ["full"] [features] arti = [ "arti-client", "tor-rtcompat", ] default = ["socks"] socks = ["tokio-socks"]