# 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] name = "apply_if" version = "1.2.1" authors = ["Benjamin Valpey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Conditionally apply a closure to an item or return it" readme = "README.md" keywords = [ "apply_if", "map_if", "do_if", "filter_if", "no-std", ] categories = [ "development-tools", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bavalpey/apply_if" [lib] name = "apply_if" path = "src/lib.rs" [dependencies] [dev-dependencies.derive_builder] version = "0.20"