denokv_sqlite 0.14.0

SQLite storage backend for Deno KV
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "denokv_sqlite"
version = "0.14.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite storage backend for Deno KV"
readme = false
license = "MIT"
repository = "https://github.com/denoland/denokv"

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.deno_error]
version = "0.7.0"
features = [
    "url",
    "serde_json",
    "serde",
]

[dependencies.denokv_proto]
version = "0.14.0"

[dependencies.futures]
version = "0.3.28"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4.20"

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

[dependencies.rand]
version = "0.8.5"

[dependencies.rusqlite]
version = "0.40.0"
features = ["fallible_uint"]

[dependencies.serde_json]
version = "1.0.107"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
version = "1.4.1"
features = [
    "v4",
    "serde",
]

[dependencies.v8_valueserializer]
version = "0.1.1"