| # 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 = "2018" |
| name = "oorandom" |
| version = "11.1.4" |
| authors = ["Simon Heath <[email protected]>"] |
| build = false |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = "A tiny, robust PRNG implementation." |
| readme = "README.md" |
| keywords = [ |
| "rng", |
| "prng", |
| "random", |
| "pcg", |
| ] |
| categories = [ |
| "algorithms", |
| "embedded", |
| "no-std", |
| ] |
| license = "MIT" |
| repository = "https://hg.sr.ht/~icefox/oorandom" |
| |
| [lib] |
| name = "oorandom" |
| path = "src/lib.rs" |
| |
| [dependencies] |
| |
| [dev-dependencies.rand_core] |
| version = "0.5" |
| |
| [dev-dependencies.rand_pcg] |
| version = "0.2" |
| |
| [dev-dependencies.random-fast-rng] |
| version = "0.1" |
| |
| [dev-dependencies.randomize] |
| version = "3.0.0" |
| |
| [badges.maintenance] |
| status = "passively-maintained" |