[package]
name = "bext-plugin-api"
version.workspace = true
edition = "2021"
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Plugin trait definitions and shared types for bext — the public ABI for plugin authors"
readme = "README.md"
keywords = ["bext", "plugin", "api", "http", "bun"]
categories = ["web-programming", "api-bindings"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"