# 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 = "fiadtui" version = "0.9.0" authors = ["Gary Coady "] description = "Simple TUI event loop for ratatui with tokio and crossterm" readme = "README.md" categories = ["command-line-interface"] license = "BSD-2-Clause-Patent" repository = "https://github.com/fiadliel/fiadtui" [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" default-features = false [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = [ "sync", "rt", "macros", "time", ]