[dependencies.bmux_codec]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.bmux_plugin_schema_macros]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.bmux_plugin_sdk]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.bmux_scene_protocol]
default-features = false
version = "0.0.1-alpha.1"
[dependencies.serde]
default-features = false
features = [
"derive",
"std",
]
version = "1.0.228"
[dependencies.uuid]
default-features = false
features = [
"serde",
"std",
]
version = "1.23.1"
[features]
default = []
fail-on-warnings = ["bmux_codec/fail-on-warnings"]
[package]
authors = ["Braden Steffaniak"]
categories = ["development-tools"]
description = "Typed attach-layout state-channel protocol shared between core and any plugin that consumes layout snapshots"
edition = "2024"
keywords = [
"bmux",
"protocol",
"layout",
"attach",
]
license = "MPL-2.0"
name = "bmux_attach_layout_protocol"
readme = "README.md"
repository = "https://github.com/BSteffaniak/bmux"
version = "0.0.1-alpha.1"
[package.metadata.cargo-machete]
ignored = [
"serde",
"uuid",
"bmux_plugin_sdk",
"bmux_scene_protocol",
]