bmux_scene_protocol 0.0.1-alpha.1

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

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

[features]
default = []
fail-on-warnings = []

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

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[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.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]
default-features = false

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