# 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 = "acorn_prng" version = "3.0.1" exclude = [ "target", "Cargo.lock", ] description = "A no_std, 0 dependency, pseudo-random number generator based on the ACORN algorithm." homepage = "https://github.com/auronandace/acorn_prng/" documentation = "https://docs.rs/acorn_prng" readme = "README.md" keywords = [ "prng", "random", "generator", "seed", ] categories = [ "algorithms", "no-std::no-alloc", ] license = "ISC" repository = "https://github.com/auronandace/acorn_prng/" [lib] name = "acorn_prng" path = "src/lib.rs" [dependencies]