deno_cache 0.110.0

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

[dependencies.deno_core]
version = "0.321.0"

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

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

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

[dependencies.thiserror]
version = "1.0.61"

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

[lib]
name = "deno_cache"
path = "lib.rs"

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.110.0"