# 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.56" name = "cipher" version = "0.4.4" authors = ["RustCrypto Developers"] 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", ] [dependencies.blobby] version = "0.3" optional = true [dependencies.crypto-common] version = "0.1.6" [dependencies.inout] version = "0.1" [dependencies.zeroize] version = "1.5" 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", ]