[package]
edition = "2024"
rust-version = "1.94"
name = "greentic-ext-runtime"
version = "1.2.26"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmtime-based runtime for Greentic Designer Extensions"
readme = false
license = "MIT"
repository = "https://github.com/greenticai/greentic-designer-extensions"
resolver = "2"
[features]
default = []
dev-allow-unsigned = []
[lib]
name = "greentic_ext_runtime"
path = "src/lib.rs"
[[test]]
name = "ac_invoke"
path = "tests/ac_invoke.rs"
[[test]]
name = "ac_invoke_v2"
path = "tests/ac_invoke_v2.rs"
[[test]]
name = "ac_validate_content"
path = "tests/ac_validate_content.rs"
[[test]]
name = "broker"
path = "tests/broker.rs"
[[test]]
name = "capability_registry"
path = "tests/capability_registry.rs"
[[test]]
name = "cycle_detection"
path = "tests/cycle_detection.rs"
[[test]]
name = "deploy_credential_schema"
path = "tests/deploy_credential_schema.rs"
[[test]]
name = "discovery"
path = "tests/discovery.rs"
[[test]]
name = "dw_composer"
path = "tests/dw_composer.rs"
[[test]]
name = "dw_providers_surface"
path = "tests/dw_providers_surface.rs"
[[test]]
name = "e2e_discovery"
path = "tests/e2e_discovery.rs"
[[test]]
name = "hot_reload"
path = "tests/hot_reload.rs"
[[test]]
name = "hot_reload_runtime"
path = "tests/hot_reload_runtime.rs"
[[test]]
name = "manifest_gate"
path = "tests/manifest_gate.rs"
[[test]]
name = "no_4b0_stub_strings"
path = "tests/no_4b0_stub_strings.rs"
[[test]]
name = "oauth_broker"
path = "tests/oauth_broker.rs"
[[test]]
name = "provider_loader"
path = "tests/provider_loader.rs"
[[test]]
name = "roles_smoke"
path = "tests/roles_smoke.rs"
[[test]]
name = "runtime_load"
path = "tests/runtime_load.rs"
[[test]]
name = "scaffold_e2e"
path = "tests/scaffold_e2e.rs"
[[test]]
name = "signature_gate"
path = "tests/signature_gate.rs"
[[test]]
name = "state_file_event"
path = "tests/state_file_event.rs"
[[test]]
name = "tool_capabilities"
path = "tests/tool_capabilities.rs"
[[test]]
name = "url_matcher"
path = "tests/url_matcher.rs"
[dependencies.anyhow]
version = "1"
[dependencies.arc-swap]
version = "1.7"
[dependencies.async-trait]
version = "0.1"
[dependencies.greentic-extension-sdk-contract]
version = "=1.1.2"
[dependencies.greentic-types]
version = "=1.1.2"
features = [
"std",
"serde",
]
default-features = false
[dependencies.notify]
version = "7"
[dependencies.notify-debouncer-full]
version = "0.4"
[dependencies.reqwest]
version = "0.12"
features = [
"rustls-tls",
"json",
"stream",
"multipart",
"blocking",
"rustls-tls",
"json",
]
default-features = false
[dependencies.semver]
version = "1"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"sync",
"signal",
"time",
"fs",
"io-util",
"process",
]
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2"
[dependencies.wasmtime]
version = "45"
features = [
"component-model",
"async",
"cache",
]
[dependencies.wasmtime-wasi]
version = "45"
[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false
[dev-dependencies.ed25519-dalek]
version = "2.1"
features = [
"serde",
"rand_core",
]
[dev-dependencies.greentic-extension-sdk-testing]
version = "=1.1.2"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.serde_jcs]
version = "0.1"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"sync",
"signal",
"time",
"fs",
"io-util",
"process",
]
[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
[dev-dependencies.wat]
version = "1"
[dev-dependencies.wiremock]
version = "0.6"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1