yantrikdb 0.7.21

Cognitive memory engine for persistent AI systems
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"
name = "yantrikdb"
version = "0.7.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cognitive memory engine for persistent AI systems"
readme = "README.md"
keywords = [
    "ai",
    "memory",
    "cognitive",
    "database",
    "embeddings",
]
categories = [
    "database",
    "science",
]
license = "AGPL-3.0-only"
repository = "https://github.com/yantrikos/yantrikdb"

[features]
bundled-embedder = ["dep:model2vec-rs"]
default = ["bundled-embedder"]
embedder-download = [
    "bundled-embedder",
    "dep:ureq",
    "dep:sha2",
    "dep:dirs",
    "dep:tar",
    "dep:flate2",
]
profiling = []

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

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

[[example]]
name = "profile_recall"
path = "examples/profile_recall.rs"
required-features = ["profiling"]

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

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

[[bench]]
name = "engine_bench"
path = "benches/engine_bench.rs"
harness = false

[dependencies.aes-gcm]
version = "0.10"

[dependencies.arc-swap]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5"
optional = true

[dependencies.flate2]
version = "1"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.model2vec-rs]
version = "0.1"
features = ["fancy-regex"]
optional = true
default-features = false

[dependencies.parking_lot]
version = "0.12"
features = ["deadlock_detection"]

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]
optional = true
default-features = false

[dependencies.uuid7]
version = "1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.criterion]
version = "0.5"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"