greentic-interfaces 0.4.9

Greentic ABI: WIT contracts, generated bindings, thin mappers
Documentation
[build-dependencies.wit-bindgen-core]
version = "0.47"

[build-dependencies.wit-bindgen-rust]
version = "0.47"

[dependencies.greentic-types]
version = "0.1"

[dependencies.schemars]
features = ["derive"]
optional = true
version = "1"

[dependencies.semver]
version = "1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.time]
version = "0.3"

[dependencies.wasmtime]
default-features = false
features = ["component-model", "runtime", "std"]
optional = true
version = "37.0.2"

[dependencies.wit-bindgen]
optional = true
version = "0.47"

[dev-dependencies.insta]
features = ["json"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.wit-parser]
version = "0.240"

[features]
bindings-rust = ["dep:wit-bindgen"]
default = ["bindings-rust", "host-import-compat"]
host-import-compat = ["dep:wasmtime"]
schema = ["dep:schemars", "greentic-types/schemars"]

[lib]
name = "greentic_interfaces"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["wasm", "api-bindings"]
description = "Greentic ABI: WIT contracts, generated bindings, thin mappers"
documentation = "https://docs.rs/greentic-interfaces"
edition = "2021"
keywords = ["greentic", "wit", "wasm", "component"]
license = "MIT"
name = "greentic-interfaces"
readme = "README.md"
repository = "https://github.com/greentic-ai/greentic-interfaces"
rust-version = "1.85"
version = "0.4.9"

[[test]]
name = "mapping_roundtrip"
path = "tests/mapping_roundtrip.rs"

[[test]]
name = "provider_schema"
path = "tests/provider_schema.rs"

[[test]]
name = "wit_build"
path = "tests/wit_build.rs"