greentic-runner-host 0.4.50

Host runtime shim for Greentic runner: config, pack loading, activity handling
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-runner-host"
version = "0.4.50"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host runtime shim for Greentic runner: config, pack loading, activity handling"
homepage = "https://github.com/greentic-ai/greentic-runner"
readme = "README.md"
keywords = [
    "greentic",
    "runner",
    "wasmtime",
    "mcp",
    "flows",
]
categories = [
    "asynchronous",
    "api-bindings",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-runner"
resolver = "2"

[features]
default = ["verify"]
fault-injection = []
session-redis = ["greentic-session/redis"]
telemetry = ["dep:greentic-telemetry"]
verify = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1"

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

[dependencies.axum]
version = "0.8"
features = [
    "macros",
    "json",
]

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.cron]
version = "0.15"

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.greentic-config]
version = "0.4"

[dependencies.greentic-config-types]
version = "0.4"

[dependencies.greentic-distributor-client]
version = "0.4"
features = ["dist-client"]

[dependencies.greentic-flow]
version = "0.4"

[dependencies.greentic-interfaces]
version = "0.4"
features = ["bindings-rust"]
default-features = false

[dependencies.greentic-interfaces-host]
version = "0.4"

[dependencies.greentic-interfaces-wasmtime]
version = "0.4"

[dependencies.greentic-secrets-lib]
version = "0.4"

[dependencies.greentic-session]
version = "0.4"

[dependencies.greentic-state]
version = "0.4"

[dependencies.greentic-telemetry]
version = "0.4"
optional = true

[dependencies.greentic-types]
version = "0.4"
features = ["telemetry-autoinit"]

[dependencies.greentic_pack]
version = "0.4"
package = "greentic-pack-lib"

[dependencies.handlebars]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.humantime]
version = "2.1"

[dependencies.indexmap]
version = "2"

[dependencies.jsonschema]
version = "0.40"

[dependencies.lru]
version = "0.16"

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

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

[dependencies.runner-core]
version = "0.4"

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2.5"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "serde-well-known",
]

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.wasmparser]
version = "0.244"

[dependencies.wasmtime]
version = "41"
features = [
    "component-model",
    "cranelift",
    "runtime",
    "std",
]
default-features = false

[dependencies.wasmtime-environ]
version = "41"

[dependencies.wasmtime-wasi]
version = "41"
features = ["p2"]
default-features = false

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

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

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

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

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

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