[build-dependencies.vtx-protocol]
version = "5.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.vtx-protocol]
version = "5.0.0"
[dependencies.wit-bindgen]
version = "0.51.0"
[features]
default = []
meta = []
[lib]
crate-type = ["rlib"]
name = "vtx_sdk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["wasm", "api-bindings"]
description = "Official SDK for developing VTX plugins using Rust and WebAssembly."
documentation = "https://docs.rs/vtx-sdk"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "build.rs"]
keywords = ["wasm", "plugin", "sdk", "vtx"]
license = "Apache-2.0"
name = "vtx-sdk"
readme = "README.md"
repository = "https://github.com/vtxdeo/vtx-sdk"
version = "0.1.14"