cryptography 0.1.3

Facade crate for the RustCrypto project's traits
Documentation
[dependencies.aead]
optional = true
version = "0.3"

[dependencies.block-cipher]
optional = true
version = "0.7"

[dependencies.crypto-mac]
optional = true
version = "0.8"

[dependencies.digest]
optional = true
version = "0.9"

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

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

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

[package]
authors = ["The RustCrypto Project Developers"]
categories = ["cryptography", "no-std"]
description = "Facade crate for the RustCrypto project's traits"
documentation = "https://docs.rs/cryptography"
edition = "2018"
keywords = ["crypto", "encryption", "rustcrypto"]
license = "Apache-2.0 OR MIT"
name = "cryptography"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true