# 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" rust-version = "1.75.0" name = "rand-functors" version = "0.8.0" authors = ["Alex Steele"] include = [ "src/", "CHANGELOG.md", "LICENSE-*", "README.md", ] description = """ A zero-cost abstraction for sampling from and enumerating the outcomes of a random process using the same code. """ homepage = "https://github.com/ADSteele916/rand-functors" readme = "README.md" keywords = [ "random", "rng", ] categories = [ "algorithms", "no-std", "no-std::no-alloc", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ADSteele916/rand-functors" [dependencies.num-traits] version = "0.2.18" default-features = false [dependencies.rand] version = "0.8.5" default-features = false [dev-dependencies.ahash] version = "0.8.11" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [features] alloc = ["rand/alloc"] default = ["std"] std = [ "alloc", "rand/std", ]