terraphim_orchestrator 1.20.1

AI Dark Factory orchestrator wiring spawner, router, supervisor into a reconciliation loop
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"
name = "terraphim_orchestrator"
version = "1.20.1"
authors = ["Terraphim Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI Dark Factory orchestrator wiring spawner, router, supervisor into a reconciliation loop"
readme = false
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"

[features]
default = [
    "quickwit",
    "evolution",
]
evolution = ["dep:terraphim_agent_evolution"]
quickwit = [
    "dep:reqwest",
    "dep:reqwest-middleware",
    "dep:reqwest-retry",
]
test-helpers = ["dep:tempfile"]

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

[[bin]]
name = "adf"
path = "src/bin/adf.rs"

[[bin]]
name = "adf-ctl"
path = "src/bin/adf-ctl.rs"

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

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

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

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

[[test]]
name = "compound_cancellation_test"
path = "tests/compound_cancellation_test.rs"
required-features = ["test-helpers"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "sweep_on_startup_test"
path = "tests/sweep_on_startup_test.rs"
required-features = ["test-helpers"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.cron]
version = "0.13"

[dependencies.glob]
version = "0.3"

[dependencies.handlebars]
version = "6.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.jiff]
version = "0.2"

[dependencies.opendal]
version = "0.54"
default-features = false

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
optional = true
default-features = false

[dependencies.reqwest-middleware]
version = "0.4"
optional = true

[dependencies.reqwest-retry]
version = "0.7"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.27"
optional = true

[dependencies.terraphim_agent_evolution]
version = "1.19.2"
optional = true

[dependencies.terraphim_automata]
version = "1.19.2"

[dependencies.terraphim_persistence]
version = "1.4.10"
features = ["sqlite"]

[dependencies.terraphim_router]
version = "1.0.0"

[dependencies.terraphim_spawner]
version = "1.0.0"

[dependencies.terraphim_tracker]
version = "1.0.0"

[dependencies.terraphim_types]
version = "1.0.0"
features = ["kg-integration"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "full",
    "signal",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.ulid]
version = "1.2.1"

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

[dependencies.which]
version = "5"

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

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

[dev-dependencies.tokio-test]
version = "0.4"