# 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 = "third-wheel" version = "0.6.0" authors = ["Chris Campbell "] description = "third-wheel is a TLS man-in-the-middle proxy written in rust, with the aim of being lightweight and fast. It is currently in alpha." readme = "README.md" keywords = ["mitmproxy", "man-in-the-middle"] categories = ["network-programming", "command-line-utilities"] license = "MIT" repository = "https://www.github.com/campbellC/third-wheel" [dependencies.bytes] version = "0.5.4" [dependencies.futures] version = "0.3.5" [dependencies.http] version = "0.2.1" [dependencies.httparse] version = "1.3.4" [dependencies.hyper] version = "^0.14" features = ["stream", "tcp", "client", "server", "http1"] [dependencies.log] version = "^0.4" [dependencies.native-tls] version = "^0.2" [dependencies.openssl] version = "0.10.30" [dependencies.simple_logger] version = "^1.11" [dependencies.thiserror] version = "^1.0" [dependencies.time] version = "0.1.42" [dependencies.tokio] version = "^1.2" features = ["macros", "rt-multi-thread", "io-util", "net", "time", "sync"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-util] version = "^0.6" features = ["codec"] [dependencies.tower] version = "^0.4" [dev-dependencies.argh] version = "^0.1" [dev-dependencies.cookie] version = "^0.14" [dev-dependencies.har] version = "^0.5" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.reqwest] version = "^0.11" [dev-dependencies.run_script] version = "^0.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.simple_logger] version = "^1.11" [dev-dependencies.tokio-test] version = "^0.4" [dev-dependencies.warp] version = "0.3" features = ["tls"]