[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.component-manifest]
version = "0.3"
[dependencies.futures]
version = "0.3"
[dependencies.greentic-component-store]
version = "0.3"
[dependencies.greentic-interfaces]
version = "0.4"
[dependencies.greentic-types]
version = "0.3"
[dependencies.jsonschema]
version = "0.33.0"
[dependencies.once_cell]
version = "1.19"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "blocking"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "fs", "time", "io-util"]
version = "1.38"
[dependencies.tracing]
version = "0.1"
[dependencies.wasmtime]
default-features = false
features = ["component-model", "cranelift", "runtime"]
version = "38"
[dependencies.wit-component]
version = "0.240"
[dev-dependencies.schemars]
version = "1"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "fs", "time", "io-util", "macros", "rt-multi-thread"]
version = "1.38"
[features]
default = []
serde = []
[lib]
name = "greentic_component_runtime"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "Wasmtime-based runtime for executing Greentic components"
documentation = "https://github.com/greentic-ai/greentic-component"
edition = "2024"
homepage = "https://github.com/greentic-ai/greentic-component"
keywords = ["greentic", "component", "wasm"]
license = "MIT"
name = "greentic-component-runtime"
readme = false
repository = "https://github.com/greentic-ai/greentic-component"
resolver = "2"
version = "0.3.9"