# 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" rust-version = "1.80.0" name = "rama-tls" version = "0.2.0-alpha.3" authors = ["Glen De Cauwsemaecker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tls implementations for rama" readme = "README.md" keywords = [ "io", "async", "tls", "network", "rama", ] categories = [ "asynchronous", "network-programming", "cryptography", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/rama" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rama_tls" path = "src/lib.rs" [dependencies.boring] version = "4.9.1" optional = true [dependencies.parking_lot] version = "0.12.3" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rama-core] version = "0.2.0-alpha.3" [dependencies.rama-http-types] version = "0.2.0-alpha.3" [dependencies.rama-net] version = "0.2.0-alpha.3" features = [ "http", "tls", ] [dependencies.rama-utils] version = "0.2.0-alpha.3" [dependencies.rcgen] version = "0.13.0" [dependencies.rustls] version = "0.23" features = [ "logging", "std", "tls12", "aws_lc_rs", ] optional = true default-features = false [dependencies.rustls-native-certs] version = "0.8.0" optional = true [dependencies.rustls-pemfile] version = "2.1" optional = true [dependencies.rustls-pki-types] version = "^1" optional = true [dependencies.tokio] version = "1.39" features = [ "macros", "io-std", ] [dependencies.tokio-boring] version = "4.9.1" optional = true [dependencies.tokio-rustls] version = "0.26" features = [ "logging", "tls12", "aws_lc_rs", ] optional = true default-features = false [dependencies.tracing] version = "0.1" [dependencies.webpki-roots] version = "0.26.1" optional = true [dev-dependencies] [features] boring = [ "dep:boring", "dep:tokio-boring", "rama-net/boring", ] default = [] rustls = [ "dep:rustls", "dep:rustls-native-certs", "dep:rustls-pemfile", "dep:rustls-pki-types", "dep:webpki-roots", "dep:tokio-rustls", "rama-net/rustls", ] rustls-ring = [ "rustls", "tokio-rustls/ring", "rustls/ring", "rama-net/rustls-ring", ]