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