[dependencies.itertools]
version = "0.14.0"
[lib]
name = "nohashmap"
path = "src/lib.rs"
[package]
authors = ["Bert de Bruijn"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Use HashMap syntax in Rust for non-hashable types"
documentation = "https://docs.rs/nohashmap"
edition = "2021"
keywords = ["hashmap", "map", "floats", "hash"]
license = "MIT OR Apache-2.0"
name = "nohashmap"
readme = "README.md"
repository = "https://github.com/debruijn/nohashmap"
version = "0.1.2"
[profile.dev]
opt-level = 3