# 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 = "iter-scan" version = "0.2.0" authors = ["khai96_ "] include = [ "lib.rs", "/Cargo.toml", "/README.md", "/LICENSE.md", ] description = "Iterator scan methods that don't suck" documentation = "https://docs.rs/iter-scan" readme = "README.md" keywords = [ "scan", "trait", "iterator", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/KSXGitHub/iter-scan.git" [lib] name = "iter_scan" path = "lib.rs" [dependencies.replace_with] version = "0.1.7" features = [] default-features = false [features] default = ["std"] std = ["replace_with/std"]