# 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 = "cipher" version = "0.5.0-pre.7" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits for describing block ciphers and stream ciphers" documentation = "https://docs.rs/cipher" readme = "README.md" keywords = [ "crypto", "block-cipher", "stream-cipher", "trait", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/traits" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "cipher" path = "src/lib.rs" [dependencies.blobby] version = "0.3" optional = true [dependencies.crypto-common] version = "0.2.0-rc.1" [dependencies.inout] version = "0.2.0-rc.0" [dependencies.zeroize] version = "1.8" optional = true default-features = false [features] alloc = [] block-padding = ["inout/block-padding"] dev = ["blobby"] rand_core = ["crypto-common/rand_core"] std = [ "alloc", "crypto-common/std", "inout/std", ]