dejadb-store 1.0.1

Content-addressed embedded store with hybrid recall (Turso/SQLite) for DejaDB.
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.90.0"
name = "dejadb-store"
version = "1.0.1"
authors = ["MindGryd Software Private Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content-addressed embedded store with hybrid recall (Turso/SQLite) for DejaDB."
homepage = "https://github.com/AreevAI/dejadb"
readme = "README.md"
keywords = [
    "memory",
    "database",
    "embedded",
    "recall",
    "ai-agents",
]
categories = [
    "database-implementations",
    "caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AreevAI/dejadb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "voice_loop"
path = "examples/voice_loop.rs"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.argon2]
version = "0.5"

[dependencies.dejadb-core]
version = "1.0.0"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]

[dependencies.turso]
version = "=0.7.0"

[dependencies.zeroize]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]