# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lazyrand" version = "0.1.13" authors = ["kujirahand"] description = "It is a simple library for generating random numbers easily." readme = "README.md" keywords = [ "rand", "random", "xoshiro256plusplus", "WASM", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/kujirahand/rust-lazyrand" [dependencies.once_cell] version = "1.19.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"