ctr 0.10.0-rc.3

CTR block modes of operation
# 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 = "ctr"
version = "0.10.0-rc.3"
authors = ["RustCrypto Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CTR block modes of operation"
documentation = "https://docs.rs/ctr"
readme = "README.md"
keywords = [
    "crypto",
    "block-mode",
    "stream-cipher",
    "ciphers",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/block-modes"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = ["cipher/alloc"]
block-padding = ["cipher/block-padding"]
zeroize = ["cipher/zeroize"]

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

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

[[bench]]
name = "aes128"
path = "benches/aes128.rs"

[dependencies.cipher]
version = "0.5.0-rc.8"
features = ["stream-wrapper"]

[dev-dependencies.aes]
version = "0.9.0-rc.4"

[dev-dependencies.cipher]
version = "0.5.0-rc.8"
features = ["dev"]

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

[dev-dependencies.kuznyechik]
version = "0.9.0-rc.3"

[dev-dependencies.magma]
version = "0.10.0-rc.3"