blob: 1e94da80ef93be1c4f4382e4a33f75fabe327985 [file] [log] [blame]
[package]
name = "rand"
version = "0.3.11"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/rand"
documentation = "http://doc.rust-lang.org/rand"
homepage = "https://github.com/rust-lang/rand"
description = """
Random number generators and other randomness functionality.
"""
keywords = ["random"]
[dependencies]
libc = "0.1.1"
winapi = "0.2"
advapi32-sys = "0.1.2"
[dev-dependencies]
log = "0.3.0"