zeph-agent-context 0.21.2

Agent context-assembly service for Zeph: system prompt rebuild, memory injection, summarization, compaction.
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-agent-context"
version = "0.21.2"
authors = ["bug-ops"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent context-assembly service for Zeph: system prompt rebuild, memory injection, summarization, compaction."
homepage = "https://github.com/bug-ops/zeph"
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 = ["sqlite"]
index = ["dep:zeph-index"]
postgres = ["zeph-memory/postgres"]
sqlite = ["zeph-memory/sqlite"]

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

[dependencies.chrono]
version = "0.4.44"
features = ["std"]
default-features = false

[dependencies.futures]
version = "0.3.32"

[dependencies.parking_lot]
version = "0.12.5"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.zeph-common]
version = "0.21.2"

[dependencies.zeph-config]
version = "0.21.2"

[dependencies.zeph-context]
version = "0.21.2"

[dependencies.zeph-index]
version = "0.21.2"
optional = true

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

[dependencies.zeph-memory]
version = "0.21.2"
default-features = false

[dependencies.zeph-sanitizer]
version = "0.21.2"

[dependencies.zeph-skills]
version = "0.21.2"

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

[lints.rust]
unsafe_code = "deny"