zeph-subagent 0.19.2

Subagent management: spawning, grants, transcripts, and lifecycle hooks for Zeph
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-subagent"
version = "0.19.2"
authors = ["bug-ops"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Subagent management: spawning, grants, transcripts, and lifecycle hooks for Zeph"
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"

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

[dependencies.dirs]
version = "6.0"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

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

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

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

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

[dependencies.zeph-tools]
version = "0.19.2"

[dev-dependencies.indoc]
version = "2"

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

[dev-dependencies.schemars]
version = "1.2"

[dev-dependencies.serial_test]
version = "3.4"

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

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

[dev-dependencies.zeph-llm]
version = "0.19.2"

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

[lints.rust]
unsafe_code = "deny"