bmux_scene_protocol_render 0.0.1-alpha.1

Terminal-ANSI renderer for bmux scene-protocol paint commands and glyph helpers
# 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_render"
version = "0.0.1-alpha.1"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-ANSI renderer for bmux scene-protocol paint commands and glyph helpers"
readme = "README.md"
keywords = [
    "bmux",
    "scene",
    "render",
    "ansi",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"

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

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

[dependencies.anyhow]
version = "1.0.102"
default-features = false

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

[dependencies.crossterm]
version = "0.29.0"
default-features = false

[dependencies.unicode-width]
version = "0.2.2"
default-features = false