blob: 9f42ae0d2b1f429758a42e7e3ee282b941b6cc2a [file] [log] [blame]
[package]
name = "rand"
version = "0.2.0"
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]
log = "0.2.1"
libc = "0.1.1"
[dev-dependencies.rand_macros]
path = "rand_macros"
version = "*"