daa-orchestrator 0.2.0

Core orchestration engine for DAA system implementing autonomy loops
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 = "daa-orchestrator"
version = "0.2.0"
authors = ["DAA Team <team@daa.hq>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core orchestration engine for DAA system implementing autonomy loops"
homepage = "https://github.com/ruvnet/daa"
documentation = "https://docs.rs/daa-orchestrator"
readme = "README.md"
keywords = [
    "daa",
    "blockchain",
    "autonomous",
    "agents",
    "ai",
]
categories = [
    "cryptography",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/daa"

[features]
ai-integration = ["daa-ai"]
chain-integration = ["daa-chain"]
default = []
economy-integration = ["daa-economy"]
rules-integration = ["daa-rules"]

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.daa-ai]
version = "0.2.0"
optional = true

[dependencies.daa-chain]
version = "0.2.0"
optional = true

[dependencies.daa-economy]
version = "0.2.0"
optional = true

[dependencies.daa-rules]
version = "0.2.0"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

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