[[bin]]
name = "chartodo"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.chrono]
version = "0.4.39"
[dependencies.clap]
features = ["derive"]
version = "4.5.23"
[dependencies.comfy-table]
version = "7.1.3"
[dependencies.dirs]
version = "6.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.134"
[dev-dependencies.assert_cmd]
version = "2.0.16"
[dev-dependencies.predicates]
version = "3.1.3"
[lib]
name = "chartodo"
path = "src/lib.rs"
[package]
authors = ["DashikiBulbasaur <githubearl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI todo list program with a host of features"
edition = "2021"
homepage = "https://github.com/DashikiBulbasaur/chartodo"
keywords = ["cli", "todo"]
license = "Apache-2.0"
name = "chartodo"
readme = "README.md"
repository = "https://github.com/DashikiBulbasaur/chartodo"
version = "0.1.101"
[profile.release]
lto = true
[[test]]
name = "deadline_done_tests"
path = "tests/deadline_done_tests.rs"
[[test]]
name = "deadline_todo_tests"
path = "tests/deadline_todo_tests.rs"
[[test]]
name = "general_commands_tests"
path = "tests/general_commands_tests.rs"
[[test]]
name = "regular_done_tests"
path = "tests/regular_done_tests.rs"
[[test]]
name = "regular_todo_tests"
path = "tests/regular_todo_tests.rs"
[[test]]
name = "repeating_done_tests"
path = "tests/repeating_done_tests.rs"
[[test]]
name = "repeating_todo_tests"
path = "tests/repeating_todo_tests.rs"