[package]
edition = "2021"
rust-version = "1.85"
name = "bext-plugin-api"
version = "0.2.0"
authors = ["Benjamin Favre <ben@bext-stack.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin trait definitions and shared types for bext — the public ABI for plugin authors"
homepage = "https://bext-stack.github.io"
readme = "README.md"
keywords = [
"bext",
"plugin",
"api",
"http",
"bun",
]
categories = [
"web-programming",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/bext-stack/bext"
[lib]
name = "bext_plugin_api"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"