# 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 = "taskfinder" version = "2.4.1" authors = ["Kris Warner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal user interface that extracts and displays tasks from plain text files." readme = "README.md" keywords = [ "tui", "notes", "tasks", "todo", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/kdwarn/taskfinder" [[bin]] name = "tf" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.28.0" [dependencies.dirs] version = "5.0.1" [dependencies.ratatui] version = "0.28.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.time] version = "0.3.36" features = [ "std", "local-offset", "macros", "parsing", ] [dependencies.toml] version = "0.8.19"