# 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-default" 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" [dependencies.s2n-quic-tls] version = "=0.51.0" optional = true [features] fips = ["s2n-quic-tls?/fips"] [target."cfg(not(unix))".dependencies.s2n-quic-rustls] version = "=0.51.0" [target."cfg(unix)".dependencies.s2n-quic-tls] version = "=0.51.0"