# 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.56" name = "iteritor" version = "0.1.0" description = "Helpers for more advanced use of iterator combinators and other more functional control flows, including things that may not really fit in the std iterator library or itertools, but nonetheless help make some things easier to express without leaving a perfectly good iterator chain." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stormbrew/iteritor" resolver = "2" [package.metadata."docs.rs"] features = ["std"] [dependencies] [dev-dependencies] [features] default = ["std"] nightly = [] std = []