# 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.66" name = "kem" version = "0.3.0-pre.0" authors = ["RustCrypto Developers"] description = "Traits for key encapsulation mechanisms" documentation = "https://docs.rs/kem" readme = "README.md" keywords = ["crypto"] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/traits/tree/master/kem" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] doctest = false [dependencies.rand_core] version = "0.6" [dependencies.zeroize] version = "1.7" default-features = false [dev-dependencies.hpke] version = "0.10" [dev-dependencies.p256] version = "0.9" features = ["ecdsa"] [dev-dependencies.pqcrypto] version = "0.15" features = ["pqcrypto-saber"] default-features = false [dev-dependencies.pqcrypto-traits] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.x3dh-ke] version = "0.1"