orbok-cache 0.9.9

orbok cache-engine boundary over localcache (Appendix A)
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"
rust-version = "1.85"
name = "orbok-cache"
version = "0.9.9"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "orbok cache-engine boundary over localcache (Appendix A)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nabbisen/orbok"
resolver = "2"

[lib]
name = "orbok_cache"
path = "src/lib.rs"

[dependencies.localcache]
version = "0.20.0"
features = [
    "compression",
    "tracing",
]

[dependencies.orbok-core]
version = "0.9.9"

[dependencies.orbok-db]
version = "0.9.9"

[dependencies.orbok-fs]
version = "0.9.9"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"