# 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 = "iterextd" version = "0.5.0" authors = ["Karl Wulfert "] description = "This trait provides additional methods for working with iterators, enhancing their functionality." homepage = "https://github.com/pic16f877ccs/iterextd" readme = "README.md" keywords = [ "Iterator", "Adapter", "Collect", ] categories = [ "algorithms", "rust-patterns", "data-structures", ] license = "MIT" repository = "https://github.com/pic16f877ccs/iterextd" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "bench_missing_int" harness = false [[bench]] name = "bench_unique_sort" harness = false [[bench]] name = "bench_extrapolate" harness = false [dependencies.fixedbitset] version = "0.5.7" [dependencies.itertools] version = "0.12.1" [dependencies.num] version = "0.4.3" [dependencies.num-integer] version = "0.1.46" [dependencies.num_convert] version = "0.7.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.trybuild] version = "1.0.83" [features] itern = []