# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cryptography" version = "0.5.0" authors = ["The RustCrypto Project Developers"] description = "Facade crate for the RustCrypto project's traits" documentation = "https://docs.rs/cryptography" 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 [dependencies.aead] version = "0.3" optional = true [dependencies.cipher] version = "0.2" optional = true [dependencies.digest] version = "0.9" optional = true [dependencies.elliptic-curve] version = "0.6" optional = true [dependencies.mac] version = "0.10" optional = true package = "crypto-mac" [dependencies.signature] version = "1.2.0" optional = true default-features = false [dependencies.universal-hash] version = "0.4" optional = true [features] std = ["aead/std", "cipher/std", "digest/std", "elliptic-curve/std", "mac/std", "signature/std", "universal-hash/std"]