# 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 = "squirrel3-rs" version = "0.1.2" authors = ["Adil Basar "] description = "Simple and reliable random number generator." keywords = ["random", "rng", "simple", "hash", "noise"] categories = ["algorithms", "mathematics"] license = "MIT" repository = "https://github.com/Descrout/squirrel3-rs" resolver = "2" [dev-dependencies.fastrand] version = "1.5.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wyhash] version = "0.5.0"