]> git.proxmox.com Git - rustc.git/blame - vendor/rand_core/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / rand_core / Cargo.toml
CommitLineData
416331ca
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
6# to registry (e.g., crates.io) dependencies
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)
12
13[package]
60c5eb7d 14edition = "2018"
416331ca 15name = "rand_core"
60c5eb7d 16version = "0.5.1"
416331ca
XL
17authors = ["The Rand Project Developers", "The Rust Project Developers"]
18description = "Core random number generator traits and tools for implementation.\n"
19homepage = "https://crates.io/crates/rand_core"
20documentation = "https://rust-random.github.io/rand/rand_core/"
21readme = "README.md"
22keywords = ["random", "rng"]
23categories = ["algorithms", "no-std"]
60c5eb7d 24license = "MIT OR Apache-2.0"
416331ca
XL
25repository = "https://github.com/rust-random/rand"
26[dependencies.getrandom]
27version = "0.1"
28optional = true
29
30[dependencies.serde]
31version = "1"
60c5eb7d 32features = ["derive"]
416331ca
XL
33optional = true
34
35[features]
36alloc = []
60c5eb7d 37serde1 = ["serde"]
416331ca
XL
38std = ["alloc", "getrandom", "getrandom/std"]
39[badges.appveyor]
40repository = "rust-random/rand"
41
42[badges.travis-ci]
43repository = "rust-random/rand"