| # 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.6.5" |
| authors = ["The Rand Project Developers", "The Rust Project Developers"] |
| build = "build.rs" |
| exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"] |
| description = "Random number generators and other randomness functionality.\n" |
| homepage = "https://crates.io/crates/rand" |
| documentation = "https://rust-random.github.io/rand" |
| readme = "README.md" |
| keywords = ["random", "rng"] |
| categories = ["algorithms", "no-std"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/rust-random/rand" |
| [package.metadata.docs.rs] |
| all-features = true |
| [dependencies.log] |
| version = "0.4" |
| optional = true |
| |
| [dependencies.packed_simd] |
| version = "0.3" |
| features = ["into_bits"] |
| optional = true |
| |
| [dependencies.rand_chacha] |
| version = "0.1" |
| |
| [dependencies.rand_core] |
| version = "0.4" |
| |
| [dependencies.rand_hc] |
| version = "0.1" |
| |
| [dependencies.rand_isaac] |
| version = "0.1" |
| |
| [dependencies.rand_jitter] |
| version = "0.1" |
| |
| [dependencies.rand_os] |
| version = "0.1" |
| optional = true |
| |
| [dependencies.rand_pcg] |
| version = "0.1" |
| |
| [dependencies.rand_xorshift] |
| version = "0.1" |
| [dev-dependencies.average] |
| version = "0.9.2" |
| |
| [dev-dependencies.rand_xoshiro] |
| version = "0.1" |
| [build-dependencies.autocfg] |
| version = "0.1" |
| |
| [features] |
| alloc = ["rand_core/alloc"] |
| default = ["std"] |
| i128_support = [] |
| nightly = ["simd_support"] |
| serde1 = ["rand_core/serde1", "rand_isaac/serde1", "rand_xorshift/serde1"] |
| simd_support = ["packed_simd"] |
| std = ["rand_core/std", "alloc", "rand_os", "rand_jitter/std"] |
| stdweb = ["rand_os/stdweb"] |
| wasm-bindgen = ["rand_os/wasm-bindgen"] |
| [target."cfg(unix)".dependencies.libc] |
| version = "0.2" |
| default-features = false |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3" |
| features = ["minwindef", "ntsecapi", "profileapi", "winnt"] |
| [badges.appveyor] |
| repository = "rust-random/rand" |
| |
| [badges.travis-ci] |
| repository = "rust-random/rand" |