Jakub Kotur | 2ea66b3 | 2020-12-21 17:28:15 +0100 | [diff] [blame] | 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 believe there's an error in this file please file an |
| 9 | # issue against the rust-lang/cargo repository. If you're |
| 10 | # editing this file be aware that the upstream Cargo.toml |
| 11 | # will likely look very different (and much more reasonable) |
| 12 | |
| 13 | [package] |
| 14 | edition = "2018" |
| 15 | name = "oorandom" |
| 16 | version = "11.1.3" |
| 17 | authors = ["Simon Heath <[email protected]>"] |
| 18 | description = "A tiny, robust PRNG implementation." |
| 19 | readme = "README.md" |
| 20 | keywords = ["rng", "prng", "random", "pcg"] |
| 21 | categories = ["algorithms", "embedded", "no-std"] |
| 22 | license = "MIT" |
| 23 | repository = "https://sr.ht/~icefox/oorandom/" |
| 24 | |
| 25 | [dependencies] |
| 26 | [dev-dependencies.rand_core] |
| 27 | version = "0.5" |
| 28 | |
| 29 | [dev-dependencies.rand_pcg] |
| 30 | version = "0.2" |
| 31 | |
| 32 | [dev-dependencies.random-fast-rng] |
| 33 | version = "0.1" |
| 34 | |
| 35 | [dev-dependencies.randomize] |
| 36 | version = "3.0.0" |
| 37 | [badges.maintenance] |
| 38 | status = "passively-maintained" |