# 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 = "xitca-tls" version = "0.4.0" authors = ["fakeshadow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tls utility for xitca" readme = "README.md" keywords = [ "xitca", "xitca-web", ] license = "Apache-2.0" repository = "https://github.com/HFQR/xitca-web" [lib] name = "xitca_tls" path = "src/lib.rs" [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls_crate] version = "0.23" features = [ "logging", "std", "tls12", ] optional = true default-features = false package = "rustls" [dependencies.xitca-io] version = "0.4.0" features = ["runtime"] [features] openssl = ["dep:openssl"] rustls = ["rustls_crate/aws-lc-rs"] rustls-no-crypto = ["rustls_crate"] rustls-ring-crypto = ["rustls_crate/ring"] rustls-uring = [ "rustls_crate/aws-lc-rs", "xitca-io/runtime-uring", ] rustls-uring-no-crypto = [ "rustls_crate", "xitca-io/runtime-uring", ]