bmux_attach_layout_protocol 0.0.1-alpha.1

Typed attach-layout state-channel protocol shared between core and any plugin that consumes layout snapshots
# 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_attach_layout_protocol"
version = "0.0.1-alpha.1"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed attach-layout state-channel protocol shared between core and any plugin that consumes layout snapshots"
readme = "README.md"
keywords = [
    "bmux",
    "protocol",
    "layout",
    "attach",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"

[package.metadata.cargo-machete]
ignored = [
    "serde",
    "uuid",
    "bmux_plugin_sdk",
    "bmux_scene_protocol",
]

[features]
default = []
fail-on-warnings = ["bmux_codec/fail-on-warnings"]

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

[dependencies.bmux_codec]
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.bmux_scene_protocol]
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