aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig22
1 files changed, 22 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..4b30b6f
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,22 @@
+[package]
+name = "oorandom"
+version = "11.1.3"
+authors = ["Simon Heath <icefox@dreamquest.io>"]
+edition = "2018"
+description = "A tiny, robust PRNG implementation."
+repository = "https://sr.ht/~icefox/oorandom/"
+readme = "README.md"
+keywords = ["rng", "prng", "random", "pcg",]
+categories = ["algorithms", "embedded", "no-std"]
+license = "MIT"
+
+[badges]
+maintenance = { status = "passively-maintained" }
+
+[dependencies]
+
+[dev-dependencies]
+randomize = "3.0.0"
+rand_pcg = "0.2"
+rand_core = "0.5"
+random-fast-rng = "0.1"