# 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 = "autofolder" version = "0.5.1" authors = ["Leandro Lisboa Penz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Single-element folding wrapper" homepage = "https://github.com/lpenz/autofolder" readme = "README.md" keywords = [ "fold", "reduce", "container", "ad-hoc", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/lpenz/autofolder" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "autofolder" path = "src/lib.rs" [[test]] name = "dynfolter_tests" path = "tests/dynfolter_tests.rs" [[test]] name = "dynreduce_tests" path = "tests/dynreduce_tests.rs" [[test]] name = "implfolder_tests" path = "tests/implfolder_tests.rs" [[test]] name = "implreduce_tests" path = "tests/implreduce_tests.rs" [[test]] name = "min_max_tests" path = "tests/min_max_tests.rs" [[test]] name = "minmax_tests" path = "tests/minmax_tests.rs" [[test]] name = "minmaxnum_tests" path = "tests/minmaxnum_tests.rs" [[test]] name = "strnum" path = "tests/strnum.rs" [dependencies.num] version = "0.4.3" optional = true [dev-dependencies.anyhow] version = "1.0.89" [features] num = ["dep:num"]