feather-tui 4.1.0

A crate for building simple terminal-based user interfaces.
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 = "2024"
name = "feather-tui"
version = "4.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for building simple terminal-based user interfaces."
homepage = "https://github.com/Nongtajkrub/termui"
readme = "README.md"
keywords = [
    "user_interface",
    "ui",
    "terminal",
    "cli",
    "simple",
]
license = "Apache-2.0"
repository = "https://github.com/Nongtajkrub/termui"

[features]
default = []
reduce_abstraction = []
shorten_mod_name = []

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

[dependencies.bitflags]
version = "2.9.0"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.unicode-segmentation]
version = "1.12.0"