bmux_pane_runtime_plugin_api 0.0.1-alpha.1

Typed public API of the bmux pane-runtime plugin (BPDL-generated bindings)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bmux_pane_runtime_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 pane-runtime plugin (BPDL-generated bindings)"
readme = "README.md"
keywords = [
    "bmux",
    "plugin",
    "api",
    "pane",
    "runtime",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"

[package.metadata.cargo-machete]
ignored = [
    "bmux_codec",
    "bmux_ipc",
    "bmux_plugin_sdk",
    "uuid",
]

[features]
default = []
fail-on-warnings = []

[lib]
name = "bmux_pane_runtime_plugin_api"
path = "src/lib.rs"

[dependencies.bmux_codec]
version = "0.0.1-alpha.1"
default-features = false

[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