rand_chacha 0.1.1

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

[badges.travis-ci]
repository = "rust-random/rand"
[build-dependencies.autocfg]
version = "0.1"
[dependencies.rand_core]
default-features = false
version = ">=0.2, <0.4"

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