[dependencies.bumpalo]
version = "3.13.0"
[dependencies.hashbrown]
version = "0.14.0"
[dependencies.parking_lot]
version = "0.12.1"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.type-key]
version = "1"
[package]
authors = ["storycraft <storycraft@pancake.sh>"]
description = "A dynamic persistent value store using closure type as key and storing its return value."
edition = "2021"
license = "MIT"
name = "fn-store"
readme = "README.md"
repository = "https://github.com/storycraft/fn-store/"
version = "1.2.1"