[package] name = "srand" version = "0.4.0" authors = ["divinerapier "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/divinerapier/rand-rs" description = """ Random number generators and other randomness functionality with simple apis to use. """ keywords = ["random", "rng"] categories = ["algorithms"] homepage = "https://github.com/divinerapier/srand" documentation = "https://docs.rs/srand" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0"