[package]
edition = "2024"
name = "greentic-component-runtime"
version = "0.4.47"
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"
[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.wit-component]
version = "0.244.0"
[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",
]