[dependencies.bumpalo]
version = "3.13.0"
[dependencies.hashbrown]
version = "0.14.0"
[dependencies.nohash-hasher]
default-features = false
version = "0.2.0"
[dependencies.parking_lot]
version = "0.12.1"
[dependencies.type-key]
version = "1"
[package]
authors = ["storycraft <storycraft@pancake.sh>"]
categories = ["data-structures", "caching"]
description = "Abstraction around HashMap. Uses closure to compute and store value."
edition = "2021"
keywords = ["typemap", "closure", "anymap", "hashmap"]
license = "MIT"
name = "fn-map"
readme = "README.md"
repository = "https://github.com/storycraft/fn-map/"
version = "0.1.1"