vtx-protocol 2.2.1

The official WIT interface definitions and SDK for VTX plugins
Documentation
[package]
name = "vtx-protocol"
version = "2.2.1"
description = "The official WIT interface definitions and SDK for VTX plugins"
license = "Apache-2.0"
edition = "2021"
include = ["src/**/*", "wit/**/*"]

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

[dependencies]
wit-bindgen = { version = "0.25.0", default-features = false, features = ["realloc", "macros"], optional = true }

[features]
default = ["guest"]
# guest 特性开启内置绑定生成能力
guest = ["dep:wit-bindgen"]
host = ["dep:wit-bindgen"]