[dependencies.rustc-hash]
optional = true
version = "2.0"
[dependencies.web-time]
default-features = false
optional = true
version = "1.1"
[features]
default = ["std"]
rustc-hash = ["dep:rustc-hash"]
std = []
wasm = ["dep:web-time"]
[lib]
doctest = false
name = "timed_map"
path = "src/lib.rs"
[package]
authors = ["Onur Ozkan <contact@onurozkan.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Lightweight map implementation that supports expiring entries and fully compatible with both std and no_std environments."
documentation = "https://docs.rs/timed-map"
edition = "2021"
homepage = "https://github.com/ozmann-industries/timed-map"
keywords = ["map", "no_std"]
license = "MIT"
name = "timed-map"
readme = "README.md"
repository = "https://github.com/ozmann-industries/timed-map"
version = "1.2.6"