rmux-core 0.10.0

Core session, pane, layout, format, hook, and buffer model for the RMUX terminal multiplexer.
Documentation
# 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 = "2021"
name = "rmux-core"
version = "0.10.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core session, pane, layout, format, hook, and buffer model for the RMUX terminal multiplexer."
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "core",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Helvesec/rmux"

[features]
test-seams = []

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

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

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

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.compact_str]
version = "0.8.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.rmux-proto]
version = "0.10.0"

[dependencies.unicode-width]
version = "0.1"