arama-cache 0.36.2

Embedding and thumbnail cache facade over localcache for arama
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.90"
name = "arama-cache"
version = "0.36.2"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedding and thumbnail cache facade over localcache for arama"
readme = "README.md"
keywords = [
    "image",
    "walk",
    "filter",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/arama"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "image"
path = "tests/image.rs"

[[test]]
name = "video"
path = "tests/video.rs"

[[test]]
name = "cross"
path = "tests/cross.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.image]
version = "0.25"

[dependencies.localcache]
version = "0.20"

[dependencies.rayon]
version = "1"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]
default-features = false

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

[dependencies.thiserror]
version = "2"

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