# 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 = "todotxt-tui" version = "0.2.1" authors = ["Jiří Alexanrovič"] description = "Todo.txt TUI is a highly customizable terminal-based application for managing your todo tasks. It follows the todo.txt format and offers a wide range of configuration options to suit your needs." readme = "README.md" keywords = [ "tui", "todolist", "ratatui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Fanteria/todotxt-tui" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = [ "derive", "wrap_help", "env", ] [dependencies.clap_complete] version = "4.4" [dependencies.crossterm] version = "0.28" features = ["serde"] [dependencies.enum_dispatch] version = "0.3" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.notify] version = "6.0" [dependencies.regex] version = "1.3" features = ["std"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.todo-txt] version = "3.1" [dependencies.todotxt-tui-macros] version = "0.1.0" [dependencies.toml] version = "0.8" [dependencies.tui] version = "0.29" features = [ "all-widgets", "crossterm", ] package = "ratatui" [dependencies.tui-input] version = "0.10" features = ["crossterm"] default-features = false [dependencies.twelf] version = "0.15" features = [ "toml", "env", "clap", ] default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.test-log] version = "0.2"