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 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. 11 12[package] 13edition = "2018" 14rust-version = "1.34" 15name = "fastrand" 16version = "1.9.0" 17authors = ["Stjepan Glavina <stjepang@gmail.com>"] 18exclude = ["/.*"] 19description = "A simple and fast random number generator" 20readme = "README.md" 21keywords = [ 22 "simple", 23 "fast", 24 "rand", 25 "random", 26 "wyrand", 27] 28categories = ["algorithms"] 29license = "Apache-2.0 OR MIT" 30repository = "https://github.com/smol-rs/fastrand" 31 32[dev-dependencies.getrandom] 33version = "0.2" 34 35[dev-dependencies.rand] 36version = "0.8" 37 38[dev-dependencies.wyhash] 39version = "0.5" 40 41[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.instant] 42version = "0.1" 43 44[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.getrandom] 45version = "0.2" 46features = ["js"] 47 48[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.instant] 49version = "0.1" 50features = ["wasm-bindgen"] 51 52[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test] 53version = "0.3" 54