# 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 = "cantrip" version = "0.4.0" authors = ["Martin Ockajak"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Practical extension methods for standard Rust collections" readme = "README.md" keywords = [ "collection", "functional", "immutable", "group-by", "map", ] categories = [ "algorithms", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/martin-ockajak/cantrip" [profile.dev] opt-level = 1 lto = false [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "unwind" [lib] name = "cantrip" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" [badges.maintenance] status = "actively-developed" [lints.clippy] all = "deny"