# 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 = "todotree-tui" version = "0.12.2" authors = ["Narfinger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple change **TODO** flags in directory and subdirectory." readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/Narfinger/todotree-tui" [[bin]] name = "todotree-tui" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.confy] version = "0.6.1" [dependencies.crossterm] version = "0.28.1" [dependencies.open] version = "5.3.1" [dependencies.ratatui] version = "0.29.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tempfile] version = "3.14.0"