[package]
edition = "2024"
name = "bmux_contexts_plugin_api"
version = "0.0.1-alpha.1"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed public API of the bmux contexts plugin (BPDL-generated bindings)"
readme = "README.md"
keywords = [
"bmux",
"plugin",
"api",
"contexts",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"
[package.metadata.cargo-machete]
ignored = [
"serde",
"bmux_plugin_sdk",
"bmux_ipc",
]
[features]
default = []
fail-on-warnings = [
"bmux_ipc/fail-on-warnings",
"bmux_plugin_sdk/fail-on-warnings",
]
[lib]
name = "bmux_contexts_plugin_api"
path = "src/lib.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.bmux_ipc]
version = "0.0.1-alpha.1"
default-features = false
[dependencies.bmux_plugin_schema_macros]
version = "0.0.1-alpha.1"
default-features = false
[dependencies.bmux_plugin_sdk]
version = "0.0.1-alpha.1"
default-features = false
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"std",
]
default-features = false
[dependencies.uuid]
version = "1.23.1"
features = [
"serde",
"std",
]
default-features = false