zeph-memory 0.12.3

Semantic memory with SQLite and Qdrant for Zeph agent
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"
name = "zeph-memory"
version = "0.12.3"
authors = ["bug-ops"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic memory with SQLite and Qdrant for Zeph agent"
homepage = "https://github.com/bug-ops/zeph"
documentation = "https://docs.rs/zeph-memory"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"

[features]
default = []
mock = []
pdf = ["dep:pdf-extract"]

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

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

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

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

[dependencies.blake3]
version = "1.8"

[dependencies.bytemuck]
version = "1.25"

[dependencies.dashmap]
version = "6.1"

[dependencies.pdf-extract]
version = "0.10"
optional = true

[dependencies.qdrant-client]
version = "1.17"
features = ["serde"]
default-features = false

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "macros",
    "runtime-tokio",
    "sqlite",
    "migrate",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tiktoken-rs]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "v5",
]

[dependencies.zeph-llm]
version = "0.12.3"

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

[dev-dependencies.proptest]
version = "1.10"

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

[dev-dependencies.testcontainers]
version = "0.27"

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

[dev-dependencies.zeph-llm]
version = "0.12.3"
features = ["mock"]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"