cipher 0.5.0-rc.6

Traits for describing block ciphers and stream ciphers
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "cipher"
version = "0.5.0-rc.6"
authors = ["RustCrypto Developers"]
build = false
autolib = 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

[features]
alloc = []
block-padding = ["inout/block-padding"]
dev = ["blobby"]
getrandom = ["crypto-common/getrandom"]
rand_core = ["crypto-common/rand_core"]
stream-wrapper = ["block-buffer"]
zeroize = [
    "dep:zeroize",
    "crypto-common/zeroize",
    "block-buffer?/zeroize",
]

[lib]
name = "cipher"
path = "src/lib.rs"

[[test]]
name = "stream"
path = "tests/stream.rs"

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

[dependencies.block-buffer]
version = "0.11"
optional = true

[dependencies.crypto-common]
version = "0.2.0-rc.13"

[dependencies.inout]
version = "0.2.2"

[dependencies.zeroize]
version = "1.8"
optional = true
default-features = false

[dev-dependencies.hex-literal]
version = "1"