# 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 = "tui-additions" version = "0.3.0" authors = ["Siriusmart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Additions to the Rust TUI crate" readme = "README.md" keywords = [ "cli", "tui", "framework", "wrapper", ] categories = ["command-line-interface"] license = "GPL-3.0" repository = "https://github.com/Siriusmart/tui-additions" [lib] name = "tui_additions" path = "src/lib.rs" [dependencies.crossterm] version = "0.28" optional = true [dependencies.dyn-clone] version = "1.0" optional = true [dependencies.ratatui] version = "0.28" optional = true [dependencies.typemap] version = "0.3" optional = true [dependencies.unicode-segmentation] version = "1.9" optional = true [features] default = [ "framework", "widgets", ] framework = [ "dep:typemap", "dep:dyn-clone", "dep:crossterm", "dep:ratatui", ] widgets = [ "dep:ratatui", "dep:unicode-segmentation", ]