# 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" rust-version = "1.74.0" name = "tui-widgets" version = "0.4.0" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of useful widgets for building terminal user interfaces using Ratatui" documentation = "https://docs.rs/tui-widgets" readme = "README.md" keywords = [ "cli", "console", "ratatui", "terminal", "tui", ] categories = [ "command-line-interface", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshka/tui-widgets" [lib] name = "tui_widgets" path = "src/lib.rs" [dependencies.document-features] version = "0.2.10" [dependencies.ratatui] version = "0.29.0" default-features = false [dependencies.tui-big-text] version = "0.7.0" optional = true [dependencies.tui-cards] version = "0.2.0" optional = true [dependencies.tui-popup] version = "0.6.0" optional = true [dependencies.tui-prompts] version = "0.5.0" optional = true [dependencies.tui-scrollview] version = "0.5.0" optional = true [features] big-text = ["tui-big-text"] cards = ["tui-cards"] default = [ "big-text", "popup", "prompts", "scrollview", ] popup = ["tui-popup"] prompts = ["tui-prompts"] scrollview = ["tui-scrollview"] [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] unused = "warn"