greentic-component-runtime 0.4.49

Wasmtime-based runtime for executing Greentic components
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-component-runtime"
version = "0.4.49"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmtime-based runtime for executing Greentic components"
homepage = "https://github.com/greentic-ai/greentic-component"
documentation = "https://github.com/greentic-ai/greentic-component"
readme = false
keywords = [
    "greentic",
    "component",
    "wasm",
]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-component"
resolver = "2"

[features]
default = []
serde = []

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.greentic-component-manifest]
version = "0.4"

[dependencies.greentic-component-store]
version = "0.4"

[dependencies.greentic-interfaces]
version = "0.4"
features = [
    "bindings-rust",
    "common-types-v0-1",
    "component-v1",
    "component-v0-5",
    "component-v0-4",
    "describe-v1",
    "provision-v0-1",
    "types-core-v0-4",
    "types-core-v0-2",
    "wasix-mcp-v0-0-5",
    "wasix-mcp-24-11-05",
    "wasix-mcp-25-03-26",
    "wasix-mcp-25-06-18",
    "secrets-store-v1",
    "state-store-v1",
    "source-v1",
    "build-v1",
    "scan-v1",
    "signing-v1",
    "attestation-v1",
    "policy-v1",
    "metadata-v1",
    "distributor-api",
    "distributor-api-v1-1",
    "distribution-v1",
    "oci-v1",
    "http-client-v1",
    "http-client-v1-1",
    "telemetry-logger-v1",
    "repo-ui-actions-v1",
    "worker-api",
    "provider-common",
    "provider-core-v1",
    "oauth-broker-v1",
    "gui-fragment",
    "runner-host-v1",
]
default-features = false

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

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

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

[dependencies.jsonschema]
version = "0.40"

[dependencies.once_cell]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.wit-component]
version = "0.244"

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

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

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