# 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 = "deeprox" version = "0.1.1" authors = ["Ben Lichtman"] description = "TLS intercepting web proxy inspired by Burp Suite and Mitmproxy" license = "MIT OR Apache-2.0" repository = "https://github.com/Ben-Lichtman/deeprox" [dependencies.async-dup] version = "1.1.0" [dependencies.async-h1] version = "2.1.2" [dependencies.async-std] version = "1.6.0" features = ["attributes"] [dependencies.async-tls] version = "0.7.0" [dependencies.base64] version = "0.12.3" [dependencies.futures] version = "0.3.5" [dependencies.http-types] version = "2.0.1" [dependencies.lol_html] version = "0.2.0" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.7" [dependencies.rustls] version = "0.17" [dependencies.structopt] version = "0.3.16" [dependencies.thiserror] version = "1.0.18" [dependencies.webpki-roots] version = "0.19.0"