# 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 = "func-iter" version = "0.1.0" authors = ["Brandon Barker "] description = "Functional programming utitilies for iterators and collections" homepage = "https://github.com/bbarker/SoftwareTools" documentation = "https://docs.rs/func-iter" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/bbarker/SoftwareTools" resolver = "1" [lib] name = "funciter" path = "src/lib.rs" [dependencies.fp-core] version = "0.1.9" [dependencies.peeking_take_while] version = "0.1.2" [dependencies.tailcall] version = "0.1.6" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ]