vtx-protocol 2.1.0

The official WIT interface definitions for VTX plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vtx-protocol"
version = "2.1.0"
description = "The official WIT interface definitions 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, optional = true }

[features]
default = ["guest"]
guest = ["dep:wit-bindgen", "wit-bindgen/realloc", "wit-bindgen/macros"]
host = ["dep:wit-bindgen"]