example = []
[[test]]
name = "iter_tools_test"
path = "tests/iter/tests.rs"
[dependencies.itertools]
features = ["use_std"]
version = "~0.11.0"
[dev-dependencies.test_tools]
version = "0.1.5"
[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
no_std = []
use_alloc = ["itertools/use_alloc"]
[lib]
name = "iter_tools"
path = "src/iter/iter_tools_lib.rs"
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Collection of general purpose tools to iterate. Currently it simply reexports itertools.\n"
documentation = "https://docs.rs/iter_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/iter_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "iter_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/iter_tools"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]