# 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 = "doot" version = "0.1.0" authors = ["Will Martin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TUI todo manager" readme = "README.md" keywords = [ "cli", "todo", "todos", "tui", ] categories = [ "command-line-utilities", "development-tools", "text-editors", ] license = "GPL-3.0" repository = "https://github.com/willmartian/doot" [[bin]] name = "doot" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.directories] version = "5.0.1" [dependencies.grep] version = "0.3.2" [dependencies.ignore] version = "0.4.23" [dependencies.notify] version = "7.0.0" [dependencies.ratatui] version = "0.29.0" [dependencies.todo-txt] version = "3.1.0" [dependencies.walkdir] version = "2.5.0"