deno_cache 0.86.0

Implementation of Cache API for Deno
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.deno_core]
version = "0.283.0"

[dependencies.rusqlite]
features = ["unlock_notify", "bundled"]
version = "=0.29.0"

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

[dependencies.sha2]
features = ["oid"]
version = "0.10.8"

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

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Implementation of Cache API for Deno"
edition = "2021"
license = "MIT"
name = "deno_cache"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.86.0"