[dependencies.cfg-if]
version = "1"
[dev-dependencies.getrandom]
version = "0.3"
[features]
nightly = []
[lib]
name = "chachacha"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "no-std"]
description = "SIMD optimized implementations of the Chacha stream cipher"
documentation = "https://docs.rs/chachacha/latest/chachacha/"
edition = "2024"
keywords = ["chacha", "cipher", "simd"]
license = "MIT"
name = "chachacha"
readme = "README.md"
repository = "https://github.com/silverstillisntgold/chachacha"
version = "0.2.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]