bmux_command_palette_plugin 0.0.1-alpha.1

Shipped command palette plugin for bmux
# 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_command_palette_plugin"
version = "0.0.1-alpha.1"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shipped command palette plugin for bmux"
readme = "README.md"
keywords = [
    "bmux",
    "command-palette",
    "plugin",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"

[features]
fail-on-warnings = [
    "bmux_keybind/fail-on-warnings",
    "bmux_plugin_sdk/fail-on-warnings",
]
static-bundled = []

[lib]
name = "bmux_command_palette_plugin"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

[dependencies.tokio]
version = "1.52.3"
default-features = false

[dependencies.tracing]
version = "0.1.44"
default-features = false