Bug 1885602 - Part 2: Add a MozillaAccountMenuButton composable for the menu redesign...
[gecko.git] / third_party / rust / rand_chacha / Cargo.toml
blobc907ae97421b5df12289f6402e081b57b5ab333e
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 edition = "2018"
15 name = "rand_chacha"
16 version = "0.3.1"
17 authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
18 description = "ChaCha random number generator\n"
19 homepage = "https://rust-random.github.io/book"
20 documentation = "https://docs.rs/rand_chacha"
21 readme = "README.md"
22 keywords = ["random", "rng", "chacha"]
23 categories = ["algorithms", "no-std"]
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/rust-random/rand"
26 [dependencies.ppv-lite86]
27 version = "0.2.8"
28 features = ["simd"]
29 default-features = false
31 [dependencies.rand_core]
32 version = "0.6.0"
34 [dependencies.serde]
35 version = "1.0"
36 features = ["derive"]
37 optional = true
38 [dev-dependencies.serde_json]
39 version = "1.0"
41 [features]
42 default = ["std"]
43 serde1 = ["serde"]
44 simd = []
45 std = ["ppv-lite86/std"]