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