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