titanium-cache 0.1.5

In-memory cache for Discord entities
Documentation
[dependencies.dashmap]
version = "6.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.titanium-model]
version = "0.1.4"

[lib]
name = "titanium_cache"
path = "src/lib.rs"

[package]
authors = ["Titanium Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "In-memory cache for Discord entities"
edition = "2021"
license = "AGPL-3.0-or-later"
name = "titanium-cache"
readme = "README.md"
repository = "https://github.com/Sh4dowNotFound/titanium-rs"
version = "0.1.5"

[package.metadata.docs.rs]
all-features = false
no-default-features = true