rand 0.5.6

Random number generators and other randomness functionality.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rand"
version = "0.5.6"
authors = ["The Rust Project Developers"]
description = "Random number generators and other randomness functionality.\n"
homepage = "https://crates.io/crates/rand"
documentation = "https://docs.rs/rand"
readme = "README.md"
keywords = ["random", "rng"]
categories = ["algorithms", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/rand"
[package.metadata.docs.rs]
all-features = true
[dependencies.log]
version = "0.4"
optional = true

[dependencies.rand_core]
version = "0.3"
default-features = false

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true
[dev-dependencies.bincode]
version = "1.0"

[features]
alloc = ["rand_core/alloc"]
default = ["std"]
i128_support = []
nightly = ["i128_support"]
serde1 = ["serde", "serde_derive", "rand_core/serde1"]
std = ["rand_core/std", "alloc", "libc", "winapi", "cloudabi", "fuchsia-cprng"]
[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
version = "0.0.3"
optional = true
[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-cprng]
version = "0.1.0"
optional = true
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["minwindef", "ntsecapi", "profileapi", "winnt"]
optional = true
[target.wasm32-unknown-unknown.dependencies.stdweb]
version = "0.4"
optional = true
[badges.appveyor]
repository = "alexcrichton/rand"

[badges.travis-ci]
repository = "rust-lang-nursery/rand"