deno_cache 0.7.0

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

[dependencies.deno_core]
version = "0.157.0"

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

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

[dependencies.sha2]
version = "0.10.2"

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

[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.7.0"