[dependencies.serde]
features = ["derive"]
version = "1.0.163"
[dependencies.serde_json]
version = "1.0.96"
[dependencies.tokio]
features = ["full"]
version = "1.28.1"
[dev-dependencies.tempdir]
version = "0.3"
[package]
authors = ["Graham Keenan graham.keenan@outlook.com"]
categories = ["caching", "database", "data-structures", "utilities"]
description = "In-memory key-value store with the option for persistence"
documentation = "https://docs.rs/rubin"
edition = "2021"
homepage = "https://github.com/Tyrannican/rubin"
keywords = ["in-memory", "persistence", "store", "cache"]
license = "MIT OR Apache-2.0"
name = "rubin"
readme = "README.md"
repository = "https://github.com/Tyrannican/rubin"
version = "0.2.0"