[package]
name = "rand_chacha"
version = "0.1.0"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
build = "build.rs"
description = "ChaCha random number generator\n"
homepage = "https://crates.io/crates/rand_chacha"
documentation = "https://docs.rs/rand_chacha"
readme = "README.md"
keywords = ["random", "rng", "chacha"]
categories = ["algorithms", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-random/rand"
[dependencies.rand_core]
version = ">=0.2, <0.4"
default-features = false
[build-dependencies.rustc_version]
version = "0.2"
[badges.appveyor]
repository = "rust-random/rand"
[badges.travis-ci]
repository = "rust-random/rand"