# 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.73" name = "ratatui-template" version = "0.1.1" description = "Base TUI struct with backend in ratatui; copied from Ratatui Book: https://ratatui.rs/how-to/develop-apps/abstract-terminal-and-event-handler.html" homepage = "https://github.com/artkonr/ratatui-template" readme = "README.md" keywords = [ "ratatui", "tui", "terminal", ] license = "MIT" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3.28" [dependencies.ratatui] version = "0.24.0" [dependencies.signal-hook] version = "0.3.17" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10"