• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "oorandom"
15version = "11.1.5"
16authors = ["Simon Heath <icefox@dreamquest.io>"]
17description = "A tiny, robust PRNG implementation."
18readme = "README.md"
19keywords = [
20    "rng",
21    "prng",
22    "random",
23    "pcg",
24]
25categories = [
26    "algorithms",
27    "embedded",
28    "no-std",
29]
30license = "MIT"
31repository = "https://hg.sr.ht/~icefox/oorandom"
32
33[dependencies]
34
35[dev-dependencies.rand_core]
36version = "0.5"
37
38[dev-dependencies.rand_pcg]
39version = "0.2"
40
41[dev-dependencies.random-fast-rng]
42version = "0.1"
43
44[dev-dependencies.randomize]
45version = "3.0.0"
46
47[badges.maintenance]
48status = "passively-maintained"
49