sine_cache 0.2.0

SineCache is a high-performance, in-memory caching library for Rust, designed to efficiently store and manage key-value pairs with support for various eviction policies.
Documentation
[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.119"

[dependencies.tokio]
features = ["full"]
version = "1.38.0"

[package]
authors = ["Shashi Kant shashikantrbl123@gmail.com"]
description = "SineCache is a high-performance, in-memory caching library for Rust, designed to efficiently store and manage key-value pairs with support for various eviction policies."
edition = "2021"
homepage = "https://docs.rs/sine_cache/latest/sine_cache/"
license = "MIT"
name = "sine_cache"
readme = "README.md"
repository = "https://github.com/sineshashi/SineCache"
rust-version = "1.70"
version = "0.2.0"