# 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.71" name = "s2n-quic-tls" version = "0.51.0" authors = ["AWS s2n"] exclude = ["corpus.tar.gz"] description = "Internal crate used by s2n-quic" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aws/s2n-quic" [package.metadata.cargo-udeps.ignore] development = ["openssl-sys"] [dependencies.bytes] version = "1" default-features = false [dependencies.errno] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.s2n-codec] version = "=0.51.0" default-features = false [dependencies.s2n-quic-core] version = "=0.51.0" features = ["alloc"] default-features = false [dependencies.s2n-quic-crypto] version = "=0.51.0" default-features = false [dependencies.s2n-tls] version = "0.3" features = ["quic"] [dev-dependencies.checkers] version = "0.6" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.openssl-sys] version = "0.9" features = ["vendored"] [dev-dependencies.pin-project] version = "1" [features] fips = [ "s2n-quic-crypto/fips", "s2n-tls/fips", ] unstable_client_hello = [] unstable_private_key = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0