component-qa 0.4.7

WASM component hosting QA flows.
Documentation
[package]
name = "component-qa"
version.workspace = true
edition.workspace = true
license = "MIT"
rust-version.workspace = true
description = "WASM component hosting QA flows."
repository = "https://github.com/greentic-ai/greentic-qa"
build = "build.rs"
homepage = "https://github.com/greentic-ai/greentic-qa"
authors = ["Greentic AI <dev@greentic.ai>"]

[lib]
crate-type = ["cdylib", "rlib"]

[package.metadata.component]
package = "greentic:component"

[package.metadata.component.target]
world = "greentic:component/component@0.6.0"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
qa-spec = { workspace = true }
greentic-types = { workspace = true }

[build-dependencies]
serde_json = { workspace = true }
greentic-types = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wit-bindgen = { workspace = true, features = ["macros", "realloc"] }