deno_cache 0.165.0

Implementation of Cache API for Deno
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 = "2024"
name = "deno_cache"
version = "0.165.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of Cache API for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.deno_core]
version = "0.385.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.0"

[dependencies.http-body]
version = "1.0"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.hyper]
version = "1.6.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.17"
features = [
    "tokio",
    "client",
    "client-legacy",
    "server",
    "server-auto",
]

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.rusqlite]
version = "0.37.0"
features = [
    "unlock_notify",
    "bundled",
    "session",
    "modern_sqlite",
    "limits",
    "backup",
]

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

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

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-util]
version = "0.7.16"