# 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 = "count-invert" version = "0.1.0" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate providing utility functions for counting elements in a vector and inverting a HashMap based on those counts." documentation = "https://docs.rs/count-invert" readme = "README.md" keywords = [ "utility", "shorthand", "maps", "counting", ] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "count_invert" path = "src/lib.rs" [dependencies.itertools] version = "0.13.0"