rabbit 0.5.0

Pure Rust implementation of the Rabbit stream cipher
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 = "rabbit"
version = "0.5.0"
authors = ["RustCrypto Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust implementation of the Rabbit stream cipher"
documentation = "https://docs.rs/rabbit"
readme = "README.md"
keywords = [
    "crypto",
    "rabbit",
    "stream-cipher",
    "trait",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/stream-ciphers"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
zeroize = ["cipher/zeroize"]

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

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

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

[dependencies.cipher]
version = "0.5"
features = ["stream-wrapper"]

[dev-dependencies.cipher]
version = "0.5"
features = ["dev"]

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