# 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 = "rand-unique" version = "0.2.2" authors = ["Liam Gray "] exclude = [ "Cargo.lock", "charts/*", ".github", ] description = "A no-std crate for generating random sequences of unique integers in O(1) time." documentation = "https://docs.rs/rand-unique" readme = "README.md" keywords = [ "random", "unique", "numbers", "sequence", "integers", ] categories = [ "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hoxxep/rand-unique" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] [[bench]] name = "bench" harness = false [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0" optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.is_prime] version = "2.0" [dev-dependencies.plotters] version = "0.3" [dev-dependencies.statrs] version = "0.16" [features] default = ["rand"]