# 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 = "2018" name = "peekmore" version = "1.3.0" authors = ["Martijn Gribnau "] exclude = [ ".idea/*", ".vscode/*", "*.iml", ] description = "Iterator adapter like Peekable, but for peeking forward multiple elements" documentation = "https://docs.rs/peekmore" readme = "README.md" keywords = [ "peek", "lookahead", "iterator", "peekable", "multipeek", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/peekmore" [package.metadata] msrv = "1.40.0" [package.metadata.release] tag-name = "v{{version}}" [dependencies.smallvec] version = "1.5.1" optional = true default-features = false [features] default = []