# 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 = "tuigui" version = "0.18.1" authors = ["Jackson Novak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use, highly extensible, and speedy TUI library." readme = "README.md" license = "MIT" repository = "https://gitlab.com/oglo-crates/tuigui" [lib] name = "tuigui" path = "src/lib.rs" [dependencies.crossterm] version = "0.28.1" optional = true [dependencies.hashbrown] version = "0.14.5" optional = true [dependencies.owo-colors] version = "4.1.0" optional = true [features] backend_crossterm = ["dep:crossterm"] content_proc_owo_colors = ["dep:owo-colors"] default = [ "hashbrown", "terminal_ready", ] terminal_ready = [ "backend_crossterm", "content_proc_owo_colors", ]