[dependencies.bmux_plugin]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.bmux_plugin_sdk]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.serde]
default-features = false
features = [
"derive",
"std",
]
version = "1.0.228"
[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1.0.149"
[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1.44"
[dependencies.uuid]
default-features = false
features = [
"serde",
"std",
"v4",
]
version = "1.23.1"
[features]
fail-on-warnings = [
"bmux_plugin/fail-on-warnings",
"bmux_plugin_sdk/fail-on-warnings",
]
static-bundled = []
[lib]
crate-type = [
"cdylib",
"rlib",
]
[package]
authors = ["Braden Steffaniak"]
categories = ["development-tools"]
description = "Shipped plugin CLI plugin for bmux"
edition = "2024"
keywords = [
"bmux",
"cli",
"plugin",
]
license = "MPL-2.0"
name = "bmux_plugin_cli_plugin"
readme = "README.md"
repository = "https://github.com/BSteffaniak/bmux"
version = "0.0.1-alpha.1"