tokenmiser-cache 0.6.0

L1 exact + L2 semantic cache for TokenMiser (v0.2-v0.3 work).
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"
rust-version = "1.80"
name = "tokenmiser-cache"
version = "0.6.0"
authors = ["Open Intelligence Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "L1 exact + L2 semantic cache for TokenMiser (v0.2-v0.3 work)."
readme = false
license = "MIT"
repository = "https://github.com/openintelligence-labs/tokenmiser"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fastembed]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.instant-distance]
version = "0.6"

[dependencies.lru]
version = "0.12"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokenmiser-config]
version = "0.6.0"

[dependencies.tokenmiser-providers]
version = "0.6.0"

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

[dependencies.tracing]
version = "0.1"