greentic-aw-runtime 1.1.11

Enterprise Agentic Worker runtime — Plan-Act-Observe loop, Redis state, tool dispatch via greentic-ext-runtime
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 = "greentic-aw-runtime"
version = "1.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enterprise Agentic Worker runtime — Plan-Act-Observe loop, Redis state, tool dispatch via greentic-ext-runtime"
readme = false
license = "MIT"
resolver = "2"

[features]
default = []
dev-allow-unsigned = ["greentic-ext-runtime/dev-allow-unsigned"]
greentic-llm-backend = ["dep:greentic-llm"]
serve = [
    "dep:aw-event-bridge",
    "dep:async-nats",
]
test-mock = []

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

[[bin]]
name = "aw-serve"
path = "src/bin/aw_serve.rs"
required-features = [
    "serve",
    "test-mock",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-nats]
version = "0.49"
optional = true

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

[dependencies.aw-event-bridge]
version = ">=1.1.0-0, <1.2.0-0"
optional = true

[dependencies.base64]
version = "0.22"

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

[dependencies.dashmap]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = ["pkcs8"]

[dependencies.futures]
version = "0.3"

[dependencies.greentic-dw-manifest]
version = "=1.1.1"

[dependencies.greentic-dw-memory-long-term]
version = "=1.1.0"

[dependencies.greentic-ext-runtime]
version = "=1.2.24"

[dependencies.greentic-extension-sdk-contract]
version = "=1.1.2"

[dependencies.greentic-llm]
version = "=1.2.6-research"
optional = true

[dependencies.greentic-mcp-client]
version = "=1.2.0-research"
features = ["native"]

[dependencies.greentic-mcp-exec]
version = "=1.1.2"

[dependencies.greentic-secrets-lib]
version = ">=1.1.0-0, <1.2.0-0"

[dependencies.greentic-state]
version = ">=1.1.0-0, <1.2.0-0"

[dependencies.greentic-telemetry]
version = ">=1.1.0-0, <1.2.0-0"

[dependencies.greentic-types]
version = ">=1.1.0-0, <1.2.0-0"
features = [
    "std",
    "serde",
    "time",
    "otel-keys",
]
default-features = false

[dependencies.redis]
version = "1"
features = [
    "tokio-comp",
    "connection-manager",
    "script",
]

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

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_jcs]
version = "0.1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

[dependencies.zip]
version = "8"
features = ["deflate-flate2"]
default-features = false

[dev-dependencies.semver]
version = "1"

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

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

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

[dev-dependencies.wiremock]
version = "0.6"