limit-tui 0.0.24

Terminal UI components with Virtual DOM rendering for Rust applications. Built with Ratatui.
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 = "limit-tui"
version = "0.0.24"
authors = ["Mário Idival <marioidival@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI components with Virtual DOM rendering for Rust applications. Built with Ratatui."
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ui",
    "ratatui",
    "vdom",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "MIT"
repository = "https://github.com/marioidival/limit"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.29"

[dependencies.syntect]
version = "5.2"
features = [
    "default-fancy",
    "regex-fancy",
    "parsing",
]
default-features = false

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"