]> git.proxmox.com Git - rustc.git/blame - vendor/rand_chacha-0.2.2/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / rand_chacha-0.2.2 / Cargo.toml
CommitLineData
0731742a
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
0731742a
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)
12
13[package]
416331ca 14edition = "2018"
0731742a 15name = "rand_chacha"
f9f354fc 16version = "0.2.2"
416331ca 17authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
0731742a
XL
18description = "ChaCha random number generator\n"
19homepage = "https://crates.io/crates/rand_chacha"
416331ca 20documentation = "https://rust-random.github.io/rand/rand_chacha/"
0731742a
XL
21readme = "README.md"
22keywords = ["random", "rng", "chacha"]
23categories = ["algorithms", "no-std"]
f9f354fc 24license = "MIT OR Apache-2.0"
0731742a 25repository = "https://github.com/rust-random/rand"
f9f354fc
XL
26[dependencies.ppv-lite86]
27version = "0.2.6"
416331ca 28features = ["simd"]
0731742a 29default-features = false
416331ca
XL
30
31[dependencies.rand_core]
32version = "0.5"
33
34[features]
35default = ["std", "simd"]
36simd = []
f9f354fc 37std = ["ppv-lite86/std"]
0731742a
XL
38[badges.appveyor]
39repository = "rust-random/rand"
40
41[badges.travis-ci]
42repository = "rust-random/rand"