tact-subagents 0.6.3

Structured child-agent orchestration for Nanocodex
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"
rust-version = "1.97.0"
name = "tact-subagents"
version = "0.6.3"
authors = ["Ben Clabby"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured child-agent orchestration for Nanocodex"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/clabby/tact"

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

[dependencies.futures-util]
version = "0.3.33"

[dependencies.jsonschema]
version = "0.48.5"
default-features = false

[dependencies.nanocodex]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1.0.151"
features = ["raw_value"]

[dependencies.thiserror]
version = "2.0.19"

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

[dev-dependencies.tower]
version = "0.5.3"

[lints.clippy]
manual_async_fn = "allow"