pond-db 0.2.2

Lossless storage and hybrid search for AI agent sessions, across every agentic client.
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 = "pond-db"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless storage and hybrid search for AI agent sessions, across every agentic client."
documentation = "https://github.com/tenequm/pond/blob/main/docs/spec.md"
readme = "README.md"
keywords = [
    "agents",
    "mcp",
    "lance",
    "search",
    "session-logs",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/tenequm/pond"

[features]
cuda = [
    "candle-core/cuda",
    "candle-nn/cuda",
    "candle-transformers/cuda",
]

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

[[bin]]
name = "pond"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.axum]
version = "0.8.9"

[dependencies.base64]
version = "0.22"

[dependencies.candle-core]
version = "0.10"

[dependencies.candle-nn]
version = "0.10"

[dependencies.candle-transformers]
version = "0.10"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.comfy-table]
version = "7"

[dependencies.dialoguer]
version = "0.12"
default-features = false

[dependencies.fastrand]
version = "2"

[dependencies.half]
version = "2.1"
default-features = false

[dependencies.hf-hub]
version = "0.5"
features = ["ureq"]
default-features = false

[dependencies.indicatif]
version = "0.18"

[dependencies.lance]
version = "7.0.0"
features = ["protoc"]

[dependencies.lance-arrow]
version = "7.0.0"

[dependencies.lance-file]
version = "7.0.0"

[dependencies.lance-index]
version = "7.0.0"

[dependencies.lance-io]
version = "7.0.0"

[dependencies.lance-linalg]
version = "7.0.0"

[dependencies.lance-namespace]
version = "7.0.0"

[dependencies.lance-namespace-impls]
version = "7.0.0"

[dependencies.rmcp]
version = "1.7"
features = [
    "transport-io",
    "transport-streamable-http-server",
]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.struson]
version = "0.7"

[dependencies.tempfile]
version = "3.25"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokenizers]
version = "0.22"
features = [
    "progressbar",
    "onig",
]
default-features = false

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "io-util",
    "io-std",
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.23"
features = ["v7"]

[dependencies.walkdir]
version = "2.5"

[dependencies.zip]
version = "8"
features = ["deflate-flate2"]
default-features = false

[dev-dependencies.hyper-util]
version = "0.1"
features = [
    "server-auto",
    "tokio",
]

[dev-dependencies.insta]
version = "1.47.2"

[dev-dependencies.lance-linalg]
version = "7.0.0"

[dev-dependencies.rmcp]
version = "1.7"
features = ["client"]

[dev-dependencies.s3s]
version = "0.13"

[dev-dependencies.s3s-fs]
version = "0.13"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[target.'cfg(target_os = "macos")'.dependencies.candle-core]
version = "0.10"
features = ["metal"]

[target.'cfg(target_os = "macos")'.dependencies.candle-nn]
version = "0.10"
features = ["metal"]

[target.'cfg(target_os = "macos")'.dependencies.candle-transformers]
version = "0.10"
features = ["metal"]

[target.'cfg(target_os = "macos")'.dev-dependencies.libc]
version = "0.2"

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
implicit_clone = "warn"
print_stdout = "warn"
semicolon_if_nothing_returned = "warn"
todo = "warn"
uninlined_format_args = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "deny"

[profile.dev]
opt-level = 0
debug = 1
split-debuginfo = "unpacked"
incremental = true

[profile.dev.package."*"]
opt-level = 3

[profile.dist]
lto = "thin"
codegen-units = 1
inherits = "release"

[profile.release]