# 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-big-text" version = "0.7.0" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Ratatui widget for displaying big text in the terminal" documentation = "https://docs.rs/tui-big-text" 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_big_text" path = "src/lib.rs" [[example]] name = "alignment" path = "examples/alignment.rs" [[example]] name = "big_text" path = "examples/big_text.rs" [[example]] name = "pixel_size" path = "examples/pixel_size.rs" [[example]] name = "stopwatch" path = "examples/stopwatch.rs" [dependencies.derive_builder] version = "0.20.2" [dependencies.font8x8] version = "0.3.1" [dependencies.itertools] version = "0.13.0" [dependencies.ratatui] version = "0.29.0" default-features = false [dev-dependencies.color-eyre] version = "0.6.3" [dev-dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.ratatui] version = "0.29.0" features = ["crossterm"] default-features = false [dev-dependencies.strum] version = "0.26.3" features = ["derive"] [dev-dependencies.tokio] version = "1.41.0" features = ["full"]