| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| authors = ["Stjepan Glavina <stjepang@gmail.com>"] |
| description = "A simple and fast random number generator" |
| categories = ["algorithms"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/smol-rs/fastrand" |
| [dev-dependencies.getrandom] |
| [dev-dependencies.wyhash] |
| [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.instant] |
| [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.getrandom] |
| [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.instant] |
| features = ["wasm-bindgen"] |
| [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test] |