# 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 = "cleartor" version = "0.1.6" authors = ["Foss "] include = ["Cargo.toml", "LICENSE.md", "src/**/*"] description = "Clearnet to Tor proxy" readme = "README.md" keywords = ["http", "tor", "proxy", "SOCKS5"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] license = "AGPL-3.0-or-later" repository = "https://git.sr.ht/~foss/cleartor" [dependencies.clap] version = "2.32" [dependencies.hyper] version = "0.12" [dependencies.hyper-socks2] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.5" [dependencies.toml] version = "0.4"