greentic-interfaces 0.4.3

Shared types for Greentic WIT definitions.
[build-dependencies.wit-bindgen-core]
version = "0.47"

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

[dependencies.greentic-types]
version = "^0.1.4"

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

[dependencies.semver]
version = "1"

[dependencies.time]
version = "0.3"

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

[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"]
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 = "Shared types for Greentic WIT definitions."
documentation = "https://docs.rs/greentic-interfaces"
edition = "2024"
homepage = "https://github.com/greentic-ai/greentic-interfaces"
include = ["Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "src/**", "wit/**", "build.rs", "scripts/validate-wit.sh", "scripts/package-wit.sh", "scripts/publish_wit.sh", "tools/validate_wit.sh"]
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.3"