# 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 = "peeking-iter" version = "0.2.0" description = "An iterator adapter that allows infinitely-deep peeking" readme = "README.md" keywords = [ "iterator", "peek", "multipeek", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/Froloket64/peeking-iter" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.rand] version = "0.8.5"