# 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 = "ratatui-calloop" version = "0.2.0" authors = ["Joshka"] description = "A small library for building calloop EventLoop based Ratatui applications" 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/ratatui-calloop" [dependencies.calloop] version = "0.14.0" [dependencies.color-eyre] version = "0.6.3" optional = true [dependencies.document-features] version = "0.2.8" [dependencies.ratatui] version = "0.27.0" features = ["crossterm"] [dependencies.thiserror] version = "1.0.61" [features] color-eyre = ["dep:color-eyre"] default = ["color-eyre"]