]> git.proxmox.com Git - rustc.git/blob - vendor/rand_chacha-0.1.0/Cargo.toml
New upstream version 1.38.0+dfsg1
[rustc.git] / vendor / rand_chacha-0.1.0 / 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_chacha"
15 version = "0.1.0"
16 authors = ["The Rand Project Developers", "The Rust Project Developers"]
17 build = "build.rs"
18 description = "ChaCha random number generator\n"
19 homepage = "https://crates.io/crates/rand_chacha"
20 documentation = "https://docs.rs/rand_chacha"
21 readme = "README.md"
22 keywords = ["random", "rng", "chacha"]
23 categories = ["algorithms", "no-std"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/rust-random/rand"
26 [dependencies.rand_core]
27 version = ">=0.2, <0.4"
28 default-features = false
29 [build-dependencies.rustc_version]
30 version = "0.2"
31 [badges.appveyor]
32 repository = "rust-random/rand"
33
34 [badges.travis-ci]
35 repository = "rust-random/rand"