# 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 = "tinyrand" version = "0.5.0" authors = ["Emil Koutanov"] description = "Lightweight RNG specification and several ultrafast implementations in Rust." readme = "README.md" keywords = [ "rand", "rng", "no_std", ] license = "MIT" repository = "https://github.com/obsidiandynamics/tinyrand" resolver = "1" [[bench]] name = "cri_rand" harness = false [[bench]] name = "iai_rand" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.fastrand] version = "1.8.0" [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.statrs] version = "0.16.0"