# 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 = "http-mtls-proxy" version = "0.1.0" description = "A fast minimalistic mTLS proxy." readme = "README.md" license = "MIT" repository = "https://github.com/telenornorway/mtls-proxy.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.1.0" features = [ "client", "http1", "server", ] [dependencies.hyper-util] version = "0.1.1" features = [ "http1", "client", "server", "tokio", ] [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.rustls] version = "0.22.1" [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.rustls-pki-types] version = "1.0.1" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.tokio-rustls] version = "0.25.0" [dependencies.url] version = "2.5.0" [dependencies.urlpattern] version = "0.2.0" [dependencies.webpki-roots] version = "0.26.0"