# 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 = "importunate" version = "0.1.2" authors = ["Mark Wainwright "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "Methods for returning random elements from an iterator." documentation = "https://docs.rs/importunate" readme = "README.md" keywords = [ "random", "iterator", "min", "max", ] categories = [] license = "MIT" repository = "https://github.com/wainwrightmark/importunate" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "importunate" path = "src/lib.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.arbitrary] version = "1.3" optional = true [dependencies.num-integer] version = "0.1" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.arbitrary] version = "1.3" [dev-dependencies.arbtest] version = "0.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.ntest] version = "0.9" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_test] version = "1" [dev-dependencies.version-sync] version = "0.9.4" [features] arbitrary = ["dep:arbitrary"] serde = ["dep:serde"] std = []