# 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 = "mashmap" version = "0.2.1" authors = ["Igor Martayan "] build = false exclude = [ ".github/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A flat HashMap that supports multiple entries per key" homepage = "https://crates.io/crates/mashmap" documentation = "https://docs.rs/mashmap" readme = "README.md" keywords = [ "hashmap", "multimap", "flat", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/imartayan/mashmap" [lib] name = "mashmap" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.hashbrown] version = "0.14.5" features = ["raw"] [dev-dependencies.itertools] version = "0.13" [dev-dependencies.rand] version = "0.8" [features] default = [] nightly = []