# 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 = "jk-tui-base" version = "0.0.1" authors = ["Jens Korinth "] description = "Scaffold for interactive terminal applications (TUI) based on tokio." keywords = [ "TUI", "terminal", "tokio", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.crossterm] version = "0.26.1" features = [ "event-stream", "serde", "futures-core", ] [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tui] version = "0.19.0" features = ["serde"]