# 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-box-text" version = "0.2.0" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Ratatui widget for displaying text using the box drawing characters" 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_box_text" path = "src/lib.rs" [[example]] name = "box_text" path = "examples/box_text.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.indoc] version = "2.0.5" [dependencies.ratatui] version = "0.29.0" default-features = false [dev-dependencies.ratatui] version = "0.29.0" default-features = true