greentic-runner 0.4.50

Greentic runner binaries and re-exported host/new-runner APIs
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"
version = "0.4.50"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Greentic runner binaries and re-exported host/new-runner APIs"
homepage = "https://github.com/greentic-ai/greentic-runner"
documentation = "https://docs.rs/greentic-runner"
readme = "README.md"
keywords = [
    "greentic",
    "agent",
    "runner",
    "wasm",
    "mcp",
]
categories = [
    "wasm",
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-runner"
resolver = "2"

[package.metadata.binstall]
bin = [
    "greentic-runner",
    "greentic-runner-cli",
]

[features]
fault-injection = ["greentic-runner-host/fault-injection"]

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

[[bin]]
name = "greentic-gen-bindings"
path = "src/bin/gen_bindings.rs"

[[bin]]
name = "greentic-runner"
path = "src/main.rs"

[[bin]]
name = "greentic-runner-cli"
path = "src/bin/greentic-runner-cli.rs"

[[example]]
name = "run_demo"
path = "examples/run_demo.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

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

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

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

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

[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-runner-desktop]
version = "0.4"

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

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

[dependencies.humantime]
version = "2.1"

[dependencies.indexmap]
version = "2"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2.5"

[dependencies.tempfile]
version = "3"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.url]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.wasmparser]
version = "0.244"

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

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

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

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

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

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

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