# 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 = "ptproxy" version = "1.1.0" description = "point-to-point HTTP/1.1 reverse proxy" homepage = "https://ptproxy.alba.sh" readme = "README.md" keywords = [ "reverse-proxy", "quic", "http3", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/mildsunrise/ptproxy" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.28" [dependencies.h3] version = "0.0.2" [dependencies.h3-quinn] version = "0.0.3" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.27" features = [ "client", "server", "http1", "runtime", ] [dependencies.quinn] version = "0.10.1" features = [ "runtime-tokio", "tls-rustls", "ring", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.21.5" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.6" [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.sd-notify] version = "0.4.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.socket2] version = "0.5.3" [dependencies.structopt] version = "0.3.26" features = ["color"] [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-util] version = "0.7.8" [dependencies.toml] version = "0.7.6" [dependencies.tracing] version = "0.1.10" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "ansi", "env-filter", "time", "tracing-log", ] default-features = false