bmux_client 0.0.1-alpha.1

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

[package.metadata.cargo-machete]
ignored = ["bmux_server"]

[features]
default = ["serde"]
fail-on-warnings = [
    "bmux_attach_image_protocol/fail-on-warnings",
    "bmux_attach_layout_protocol/fail-on-warnings",
    "bmux_codec/fail-on-warnings",
    "bmux_config/fail-on-warnings",
    "bmux_ipc/fail-on-warnings",
]
serde = []

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.tokio]
version = "1.52.3"
features = [
    "time",
    "sync",
    "rt",
]
default-features = false

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

[dependencies.uuid]
version = "1.23.1"
features = ["std"]
default-features = false