dejadb-context 1.0.0

Budget-aware context rendering (SML/TOON/Markdown/JSON) 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-context"
version = "1.0.0"
authors = ["MindGryd Software Private Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Budget-aware context rendering (SML/TOON/Markdown/JSON) for DejaDB."
homepage = "https://github.com/AreevAI/dejadb"
readme = "README.md"
keywords = [
    "context",
    "llm",
    "rendering",
    "tokens",
    "ai-agents",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AreevAI/dejadb"

[features]
llm-rerank = []
rerank = []

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

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

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

[dependencies.serde_json]
version = "1"

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

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