# 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 = "requiem-tls" version = "1.0.0" authors = ["Nikolay Kim "] description = "Actix tls services" homepage = "https://actix.rs" documentation = "https://docs.rs/actix-tls/" keywords = ["network", "framework", "async", "futures"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-net.git" [package.metadata.docs.rs] features = ["openssl", "rustls", "nativetls"] [lib] name = "requiem_tls" path = "src/lib.rs" [dependencies.derive_more] version = "0.99.2" [dependencies.either] version = "1.5.2" [dependencies.futures] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.open-ssl] version = "0.10" optional = true package = "openssl" [dependencies.requiem-codec] version = "0.2.0" [dependencies.requiem-rt] version = "1.0.0" [dependencies.requiem-service] version = "1.0.0" [dependencies.requiem-utils] version = "1.0.0" [dependencies.rust-tls] version = "0.16.0" optional = true package = "rustls" [dependencies.tokio-openssl] version = "0.4.0" optional = true [dependencies.tokio-rustls] version = "0.12.0" optional = true [dependencies.tokio-tls] version = "0.3" optional = true [dependencies.webpki] version = "0.21" optional = true [dependencies.webpki-roots] version = "0.17" optional = true [dev-dependencies.bytes] version = "0.5" [dev-dependencies.requiem-testing] version = "1.0.0" [features] default = [] nativetls = ["native-tls", "tokio-tls"] openssl = ["open-ssl", "tokio-openssl"] rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"]