# 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 = "picorand" version = "0.1.2" authors = ["inspier "] description = "A zero-dependency, no_std-compatible, easily extendable library intended for fast random number generation using the WyRand PRNG with a pico-sized footprint." documentation = "https://docs.rs/picorand" readme = "README.md" keywords = [ "rand", "random", "no-std", ] categories = [ "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/inspier/picorand" [dev-dependencies.paste] version = "1.0.11"