[dependencies.bincode]
version = "1.3.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.166"
[dependencies.sha1]
version = "0.10.5"
[dependencies.tracing]
optional = true
version = "0.1.37"
[features]
default = ["tracing"]
tracing = ["dep:tracing"]
[package]
description = "minimal file cache with binary serialization"
edition = "2021"
homepage = "https://github.com/copiumnicus/tinycache"
keywords = ["cache", "file"]
license = "MIT OR Apache-2.0"
name = "tinycache"
readme = "README.md"
repository = "https://github.com/copiumnicus/tinycache"
version = "0.1.0"