[package]
edition = "2024"
rust-version = "1.91"
name = "greentic-interfaces-wasmtime"
version = "0.4.107"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmtime host & guest shims for greentic WIT worlds (sync; auto-discovered)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-interfaces-wasmtime"
resolver = "2"
[features]
control-helpers = []
default = []
[lib]
name = "greentic_interfaces_wasmtime"
path = "src/lib.rs"
[[test]]
name = "distributor_api"
path = "tests/distributor_api.rs"
[[test]]
name = "host_helpers_compile"
path = "tests/host_helpers_compile.rs"
[[test]]
name = "provider_core_smoke"
path = "tests/provider_core_smoke.rs"
[[test]]
name = "repo_ui_actions"
path = "tests/repo_ui_actions.rs"
[[test]]
name = "secrets_store_linker"
path = "tests/secrets_store_linker.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.anyhow]
version = "1"
[dependencies.greentic-interfaces]
version = "0.4"
default-features = false
[dependencies.wasmtime]
version = "42"
features = [
"component-model",
"cranelift",
"runtime",
"std",
]
default-features = false
[dev-dependencies.wasmtime-wasi]
version = "42"
[dev-dependencies.wat]
version = "1"
[build-dependencies.camino]
version = "1"
[build-dependencies.greentic-interfaces]
version = "0.4"
default-features = false
[build-dependencies.proc-macro2]
version = "1"
[build-dependencies.quote]
version = "1"
[build-dependencies.syn]
version = "2"
features = ["full"]
[build-dependencies.walkdir]
version = "2"