mxr-tui 0.4.13

Ratatui terminal UI for mxr
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 = "mxr-tui"
version = "0.4.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ratatui terminal UI for mxr"
homepage = "https://github.com/planetaryescape/mxr"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/planetaryescape/mxr"

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

[[example]]
name = "export_desktop_manifest"
path = "examples/export_desktop_manifest.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.mxr-compose]
version = "0.4.13"

[dependencies.mxr-config]
version = "0.4.13"

[dependencies.mxr-core]
version = "0.4.13"

[dependencies.mxr-protocol]
version = "0.4.13"

[dependencies.mxr-reader]
version = "0.4.13"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.mxr-test-support]
version = "0.4.13"