Bug 1825052 [wpt PR 39246] - Update wpt metadata, a=testonly
[gecko.git] / third_party / rust / fastrand / Cargo.toml
blob7cc602f17152a0f417b0f1147e472592b7b70906
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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 rust-version = "1.34"
15 name = "fastrand"
16 version = "1.9.0"
17 authors = ["Stjepan Glavina <stjepang@gmail.com>"]
18 exclude = ["/.*"]
19 description = "A simple and fast random number generator"
20 readme = "README.md"
21 keywords = [
22     "simple",
23     "fast",
24     "rand",
25     "random",
26     "wyrand",
28 categories = ["algorithms"]
29 license = "Apache-2.0 OR MIT"
30 repository = "https://github.com/smol-rs/fastrand"
32 [dev-dependencies.getrandom]
33 version = "0.2"
35 [dev-dependencies.rand]
36 version = "0.8"
38 [dev-dependencies.wyhash]
39 version = "0.5"
41 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.instant]
42 version = "0.1"
44 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.getrandom]
45 version = "0.2"
46 features = ["js"]
48 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.instant]
49 version = "0.1"
50 features = ["wasm-bindgen"]
52 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test]
53 version = "0.3"