# 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 = "reverseproxy" version = "0.3.0" authors = ["Yuki Kishimoto "] description = "TCP Reverse Proxy" homepage = "https://github.com/shadowylab/reverseproxy" readme = "README.md" keywords = [ "networking", "reverseproxy", "proxy", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/shadowylab/reverseproxy.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.arti-client] version = "0.20" features = [ "onion-service-client", "tokio", ] optional = true [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1.38" features = [ "macros", "net", "rt-multi-thread", ] [dependencies.tokio-socks] version = "0.5" [dependencies.tor-rtcompat] version = "0.20" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [features] default = ["tor"] tor = [ "dep:arti-client", "dep:tor-rtcompat", ]