# 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 = "rustls-post-quantum" version = "0.1.0" description = "Experimental support for post-quantum key exchange in rustls" homepage = "https://github.com/rustls/rustls" readme = "README.md" categories = [ "network-programming", "cryptography", ] license = "Apache-2.0 OR ISC OR MIT" repository = "https://github.com/rustls/rustls" [dependencies.aws-lc-rs] version = "1.6" features = ["unstable"] default-features = false [dependencies.rustls] version = "0.23.2" features = ["aws_lc_rs"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.webpki-roots] version = "0.26"