rand_chacha 0.2.2

ChaCha random number generator
Documentation
[badges.appveyor]
repository = "rust-random/rand"

[badges.travis-ci]
repository = "rust-random/rand"
[dependencies.ppv-lite86]
default-features = false
features = ["simd"]
version = "0.2.6"

[dependencies.rand_core]
version = "0.5"

[features]
default = ["std", "simd"]
simd = []
std = ["ppv-lite86/std"]

[package]
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
categories = ["algorithms", "no-std"]
description = "ChaCha random number generator\n"
documentation = "https://rust-random.github.io/rand/rand_chacha/"
edition = "2018"
homepage = "https://crates.io/crates/rand_chacha"
keywords = ["random", "rng", "chacha"]
license = "MIT OR Apache-2.0"
name = "rand_chacha"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
version = "0.2.2"