# 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 = "todor" version = "1.10.0" authors = ["JF Ding "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yet another cli TODO in Rust" readme = "README.md" keywords = [ "todo", "rust", "cli", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/jfding/todor" [profile.release-with-symbols] inherits = "release" strip = false [lib] name = "todor" path = "src/lib.rs" [[bin]] name = "todor" path = "src/main.rs" [[test]] name = "taskbox" path = "tests/taskbox.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.cmd_lib] version = "1.9.5" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.7.5" features = ["date"] [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.which] version = "6.0.3" [dependencies.zip] version = "2.2.0" features = ["aes-crypto"] default-features = false [dev-dependencies.tempfile] version = "3.2" [target."cfg(unix)".dependencies.stdio-override] version = "0.1.3"