]> git.proxmox.com Git - rustc.git/blame - vendor/rand-0.7.3/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / rand-0.7.3 / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
416331ca 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
041b39d2 12
ea8adc8c 13[package]
416331ca 14edition = "2018"
041b39d2 15name = "rand"
dfeec247 16version = "0.7.3"
0731742a 17authors = ["The Rand Project Developers", "The Rust Project Developers"]
0731742a 18exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"]
416331ca 19autobenches = true
ea8adc8c 20description = "Random number generators and other randomness functionality.\n"
b7449926 21homepage = "https://crates.io/crates/rand"
416331ca 22documentation = "https://rust-random.github.io/rand/"
041b39d2 23readme = "README.md"
041b39d2 24keywords = ["random", "rng"]
b7449926 25categories = ["algorithms", "no-std"]
dfeec247 26license = "MIT OR Apache-2.0"
0731742a 27repository = "https://github.com/rust-random/rand"
b7449926
XL
28[package.metadata.docs.rs]
29all-features = true
416331ca
XL
30[dependencies.getrandom_package]
31version = "0.1.1"
32optional = true
33package = "getrandom"
34
b7449926 35[dependencies.log]
dfeec247 36version = "0.4.4"
b7449926
XL
37optional = true
38
0731742a
XL
39[dependencies.packed_simd]
40version = "0.3"
41features = ["into_bits"]
42optional = true
43
b7449926 44[dependencies.rand_core]
dfeec247 45version = "0.5.1"
b7449926 46
416331ca
XL
47[dependencies.rand_pcg]
48version = "0.2"
49optional = true
50[dev-dependencies.rand_hc]
51version = "0.2"
b7449926 52
416331ca
XL
53[dev-dependencies.rand_pcg]
54version = "0.2"
0731742a 55
ea8adc8c 56[features]
b7449926 57alloc = ["rand_core/alloc"]
0531ce1d 58default = ["std"]
416331ca 59getrandom = ["getrandom_package", "rand_core/getrandom"]
0731742a 60nightly = ["simd_support"]
416331ca 61serde1 = []
0731742a 62simd_support = ["packed_simd"]
416331ca 63small_rng = ["rand_pcg"]
dfeec247 64std = ["rand_core/std", "rand_chacha/std", "alloc", "getrandom", "libc"]
416331ca
XL
65stdweb = ["getrandom_package/stdweb"]
66wasm-bindgen = ["getrandom_package/wasm-bindgen"]
67[target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha]
dfeec247
XL
68version = "0.2.1"
69default-features = false
416331ca
XL
70[target."cfg(target_os = \"emscripten\")".dependencies.rand_hc]
71version = "0.2"
72[target."cfg(unix)".dependencies.libc]
73version = "0.2.22"
dfeec247 74optional = true
0731742a 75default-features = false
b7449926 76[badges.appveyor]
0731742a 77repository = "rust-random/rand"
b7449926
XL
78
79[badges.travis-ci]
0731742a 80repository = "rust-random/rand"