# 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 = "peek-again" version = "0.4.0" authors = ["Clelland Green "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A performant iterator providing double peek functionality." homepage = "https://github.com/CleveGreen/peek-again" documentation = "https://docs.rs/peek_again/latest/peek_again" readme = "README.md" keywords = [ "iterator", "peek", "no_std", ] categories = [ "algorithms", "rust-patterns", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CleveGreen/peek-again" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = true debug = 2 debug-assertions = false [profile.release] opt-level = 3 lto = true [lib] name = "peek_again" path = "src/lib.rs" [[bench]] name = "next_if" path = "benches/next_if.rs" harness = false [[bench]] name = "peek" path = "benches/peek.rs" harness = false [[bench]] name = "peek_2" path = "benches/peek_2.rs" harness = false [[bench]] name = "pipeline_bubble" path = "benches/pipeline_bubble.rs" harness = false [[bench]] name = "vs_std" path = "benches/vs_std.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0" [features] allow-unsafe = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(kani)"]