# 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 = "toru" version = "0.5.2" authors = ["Aaron Manning "] description = "A command line task manager." readme = "README.md" license = "GPL-2.0-only" repository = "https://git.aaronmanning.net/aaronmanning/toru" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.comfy-table] version = "6.0.0" [dependencies.confy] version = "0.4.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_with] version = "2.0.0" [dependencies.toml] version = "0.5.9" [dependencies.trash] version = "2.1.5"