# 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. [package] edition = "2021" name = "tinymt" version = "1.0.9" authors = ["Torao Takami "] description = "Rust implementation of TinyMT 64/32 - a lightweight variant of Mersenne Twister PRNG" documentation = "https://docs.rs/tinymt" readme = "README.md" keywords = [ "prng", "mersennetwister", "mt", "tinymt", "random", ] license = "MIT" repository = "https://github.com/torao/tinymt" [dependencies.rand] version = "0.8" default-features = false [dev-dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [target."cfg(not(any(target_family=\"windows\",target_family=\"wasm\")))".dev-dependencies.pprof] version = "0.11" features = ["flamegraph"] [badges.maintenance] status = "passively-maintained"