# 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 = "sthp" version = "0.5.0-beta2" authors = ["Karan Gauswami "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert Socks5 proxy into Http proxy" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" [lib] name = "sthp" path = "src/lib.rs" [[bin]] name = "sthp" path = "src/main.rs" [[test]] name = "proxy" path = "tests/proxy.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.9" [dependencies.clap] version = "4" features = ["derive"] [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.5" features = [ "client", "server", "http1", ] [dependencies.hyper-util] version = "0.1.10" features = ["tokio"] [dependencies.tokio] version = "1.41" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-socks] version = "0.5" [dependencies.tracing] version = "0.1.41" [dependencies.tracing-subscriber] version = "0.3.19" features = ["env-filter"] [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.socksprox] version = "0.1" [target."cfg(not(windows))".dependencies.daemonize] version = "0.5.0"