[dependencies.actix-rt]
optional = true
version = "2.8.0"
[dependencies.tokio]
features = ["rt", "time"]
optional = true
version = "1.28.1"
[dev-dependencies.actix-rt]
version = "2.8.0"
[dev-dependencies.mock_instant]
version = "0.3.0"
[dev-dependencies.tokio]
features = ["test-util", "rt", "time", "macros"]
version = "1.28.1"
[dev-dependencies.tokio-test]
version = "0.4.2"
[features]
default = []
[package]
authors = ["Ringo Hoffmann <contact@zekro.de>"]
description = "A hash map with expiring key-value pairs."
documentation = "https://docs.rs/timedmap"
edition = "2021"
license = "MIT"
name = "timedmap"
readme = "README.md"
repository = "https://github.com/zekrotja/timedmap-rs"
version = "1.0.1"