[package] name = "lazyrand" version = "0.1.13" edition = "2021" authors = ["kujirahand"] description = "It is a simple library for generating random numbers easily." license = "MIT" repository = "https://github.com/kujirahand/rust-lazyrand" keywords = ["rand", "random", "xoshiro256plusplus", "WASM"] categories = ["algorithms"] [dependencies] once_cell = "1.19.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2"