[dependencies.rand_core_0_6]
default-features = false
optional = true
package = "rand_core"
version = "0.6.4"
[dependencies.rand_core_0_9]
default-features = false
optional = true
package = "rand_core"
version = "0.9.0"
[dev-dependencies.getrandom]
version = "0.3.0"
[dev-dependencies.rand]
version = "0.9.0"
[dev-dependencies.uuid]
version = "1.10.0"
[features]
default = []
rand_core_0_6 = ["dep:rand_core_0_6"]
rand_core_0_9 = ["dep:rand_core_0_9"]
std = []
[lib]
name = "chacha8rand"
path = "src/lib.rs"
[lints.rust]
unreachable_pub = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "no-std::no-alloc"]
description = """
Reproducible, robust and (last but not least) fast pseudorandomness
"""
edition = "2024"
include = ["/LICENSE-MIT", "/LICENSE-APACHE", "/src/**/*.rs"]
keywords = ["no_std", "no-std", "random"]
license = "MIT OR Apache-2.0"
name = "chacha8rand"
readme = "README.md"
repository = "https://github.com/hanna-kruppe/chacha8rand"
resolver = "2"
rust-version = "1.87"
version = "0.1.2"
[package.metadata.docsrs]
features = ["rand_core_0_6"]
targets = []