deno_kv 0.2.0

Implementation of the Deno database API
Documentation
[dependencies.anyhow]
version = "1.0.57"

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

[dependencies.base64]
version = "=0.13.1"

[dependencies.deno_core]
version = "0.176.0"

[dependencies.hex]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

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

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

[lib]
path = "lib.rs"

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