# 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 = "matetui" version = "0.3.4" authors = ["Lucas Colombo "] description = "🧉 matetui » utilities for building Terminal User Interfaces" homepage = "https://github.com/lucodear/matetui" documentation = "https://docs.rs/matetui" readme = "README.md" license = "MIT" repository = "https://github.com/lucodear/matetui" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false strip = "symbols" [lib] name = "matetui" path = "src/lib.rs" doctest = false [[example]] name = "matetui" path = "examples/matetui/main.rs" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.downcast-rs] version = "1.2.1" [dependencies.futures] version = "0.3.30" [dependencies.ratatui] version = "0.28.1" [dependencies.strum] version = "0.26.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "tokio-macros", "macros", "sync", "time", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.12" [dependencies.unicode-width] version = "0.2.0" optional = true [features] all = [ "widget-textarea", "widget-switch", "widget-gridselector", ] default = ["all"] widget-gridselector = ["dep:unicode-width"] widget-switch = ["dep:unicode-width"] widget-textarea = ["dep:unicode-width"]