# 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 = "kindness" version = "0.4.0" authors = ["Mark Wainwright "] exclude = [] description = "Methods for returning random elements from an iterator." documentation = "https://docs.rs/kindness" readme = "README.md" keywords = [ "random", "iterator", "min", "max", ] categories = [] license = "MIT" repository = "https://github.com/wainwrightmark/kindness" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "my_benchmark" harness = false [dependencies.rand] version = "0.8.5" default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.insta] version = "1.21.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.version-sync] version = "0.9.4" [features] std = []