bmux_contexts_plugin 0.0.1-alpha.1

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

[features]
fail-on-warnings = [
    "bmux_plugin/fail-on-warnings",
    "bmux_plugin_sdk/fail-on-warnings",
]
static-bundled = []

[lib]
name = "bmux_contexts_plugin"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

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

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

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

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

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]
default-features = false

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

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

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