crypto 0.5.1

Facade crate for all of the RustCrypto traits (e.g. `aead`, `cipher`, `digest`)
Documentation
[dependencies.aead]
optional = true
version = "0.5"

[dependencies.cipher]
optional = true
version = "0.4"

[dependencies.crypto-common]
default-features = false
version = "0.1"

[dependencies.digest]
features = ["mac"]
optional = true
version = "0.10"

[dependencies.elliptic-curve]
optional = true
version = "0.13"

[dependencies.password-hash]
optional = true
version = "0.5"

[dependencies.signature]
default-features = false
optional = true
version = "2"

[dependencies.universal-hash]
optional = true
version = "0.5"

[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"]

[package]
authors = ["The RustCrypto Project Developers"]
categories = ["cryptography", "no-std"]
description = "Facade crate for all of the RustCrypto traits (e.g. `aead`, `cipher`, `digest`)"
documentation = "https://docs.rs/crypto"
edition = "2021"
keywords = ["crypto", "encryption", "rustcrypto"]
license = "Apache-2.0 OR MIT"
name = "crypto"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.65"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]