[dependencies.ppv-lite86]
default-features = false
features = ["simd"]
version = "0.2.14"
[dependencies.rand_core]
version = "=0.9.0-alpha.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.rand_core]
features = ["getrandom"]
version = "=0.9.0-alpha.2"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["std"]
getrandom = ["rand_core/getrandom"]
serde = ["dep:serde"]
std = ["ppv-lite86/std", "rand_core/std"]
[lib]
name = "rand_chacha"
path = "src/lib.rs"
[package]
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = """
ChaCha random number generator
"""
documentation = "https://docs.rs/rand_chacha"
edition = "2021"
homepage = "https://rust-random.github.io/book"
keywords = ["random", "rng", "chacha"]
license = "MIT OR Apache-2.0"
name = "rand_chacha"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
rust-version = "1.61"
version = "0.9.0-alpha.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]