[package]
edition = "2024"
rust-version = "1.88"
name = "greentic-interfaces-host"
version = "0.4.87"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-facing bindings and mappers for Greentic WIT packages"
homepage = "https://github.com/greentic-ai/greentic-interfaces"
documentation = "https://docs.rs/greentic-interfaces-host"
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-interfaces"
resolver = "2"
[features]
default = []
gui-fragment = ["greentic-interfaces/gui-fragment"]
oauth-broker-v1 = ["greentic-interfaces/oauth-broker-v1"]
provider-core-v1 = ["greentic-interfaces/provider-core-v1"]
wasix-mcp-24-11-05-host = ["greentic-interfaces/wasix-mcp-24-11-05"]
wasix-mcp-25-03-26-host = ["greentic-interfaces/wasix-mcp-25-03-26"]
wasix-mcp-25-06-18-host = ["greentic-interfaces/wasix-mcp-25-06-18"]
worker-v1 = ["greentic-interfaces/worker-api"]
[lib]
name = "greentic_interfaces_host"
path = "src/lib.rs"
[[test]]
name = "component_config_v0_5_compiles"
path = "tests/component_config_v0_5_compiles.rs"
[[test]]
name = "distributor_api_v1_1_compiles"
path = "tests/distributor_api_v1_1_compiles.rs"
[[test]]
name = "gui_fragment_host"
path = "tests/gui_fragment_host.rs"
[[test]]
name = "oauth_broker_v1_compiles"
path = "tests/oauth_broker_v1_compiles.rs"
[[test]]
name = "worker_host_glue"
path = "tests/worker_host_glue.rs"
[[test]]
name = "worker_v1_compiles"
path = "tests/worker_v1_compiles.rs"
[dependencies.greentic-interfaces]
version = "0.4"
features = ["wit-all"]
default-features = false
[dependencies.greentic-types]
version = "0.4"
[dependencies.serde]
version = "1"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "1"