bmux_performance_plugin 0.0.1-alpha.1

Shipped performance plugin for bmux (owns PerformanceCaptureSettings + rate limiter)
[dependencies.bmux_pane_runtime_state]
default-features = false
version = "0.0.1-alpha.1"

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

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

[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.sysinfo]
version = "0.38.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 performance plugin for bmux (owns PerformanceCaptureSettings + rate limiter)"
edition = "2024"
keywords = [
    "bmux",
    "plugin",
    "performance",
]
license = "MPL-2.0"
name = "bmux_performance_plugin"
readme = "README.md"
repository = "https://github.com/BSteffaniak/bmux"
version = "0.0.1-alpha.1"