zeph-context 0.22.4

Context budget, manager, compaction strategy, and assembler for the 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-context"
version = "0.22.4"
authors = ["bug-ops"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context budget, manager, compaction strategy, and assembler for the Zeph agent"
homepage = "https://github.com/bug-ops/zeph"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bug-ops/zeph"

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

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

[dependencies.blake3]
version = "1.8.6"

[dependencies.futures]
version = "0.3.34"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7.19"

[dependencies.tracing]
version = "0.1.44"

[dependencies.zeph-common]
version = "0.22.4"
features = ["jsonschema"]

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

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

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

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

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
    "test-util",
    "time",
]

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

[lints.rust]
linker_messages = "allow"
unsafe_code = "deny"