# 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.65" name = "crypto" version = "0.5.1" authors = ["The RustCrypto Project Developers"] description = "Facade crate for all of the RustCrypto traits (e.g. `aead`, `cipher`, `digest`)" documentation = "https://docs.rs/crypto" readme = "README.md" keywords = [ "crypto", "encryption", "rustcrypto", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/traits" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aead] version = "0.5" optional = true [dependencies.cipher] version = "0.4" optional = true [dependencies.crypto-common] version = "0.1" default-features = false [dependencies.digest] version = "0.10" features = ["mac"] optional = true [dependencies.elliptic-curve] version = "0.13" optional = true [dependencies.password-hash] version = "0.5" optional = true [dependencies.signature] version = "2" optional = true default-features = false [dependencies.universal-hash] version = "0.5" optional = true [features] getrandom = ["crypto-common/getrandom"] rand_core = ["crypto-common/rand_core"] std = [ "aead/std", "cipher/std", "digest/std", "elliptic-curve/std", "password-hash/std", "signature/std", "universal-hash/std", ]