blob: 48044bb5a86a4476b4a25046b0cfd2bed94dcae9 [file] [log] [blame]
Jakub Kotur2ea66b32020-12-21 17:28:15 +01001# 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]
14edition = "2018"
15name = "oorandom"
16version = "11.1.3"
17authors = ["Simon Heath <icefox@dreamquest.io>"]
18description = "A tiny, robust PRNG implementation."
19readme = "README.md"
20keywords = ["rng", "prng", "random", "pcg"]
21categories = ["algorithms", "embedded", "no-std"]
22license = "MIT"
23repository = "https://sr.ht/~icefox/oorandom/"
24
25[dependencies]
26[dev-dependencies.rand_core]
27version = "0.5"
28
29[dev-dependencies.rand_pcg]
30version = "0.2"
31
32[dev-dependencies.random-fast-rng]
33version = "0.1"
34
35[dev-dependencies.randomize]
36version = "3.0.0"
37[badges.maintenance]
38status = "passively-maintained"