# 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 = "2018" name = "http-tunnel" version = "0.1.11" authors = ["Eugene Retunsky"] publish = true description = "HTTP Tunnel/TCP Proxy example written in Rust.\n" homepage = "https://github.com/xnuter/http-tunnel" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xnuter/http-tunnel" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.derive_builder] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.humantime-serde] version = "1.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.0.0-alpha-1" [dependencies.native-tls] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_regex] version = "1.1" [dependencies.serde_yaml] version = "0.8" [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.time] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-util] version = "0.6" features = ["full"] [dependencies.yaml-rust] version = "0.4" [dev-dependencies.tokio-test] version = "0.4" [features] default = [] plain_text = []