tasks-cli-rs 0.10.0

Markdown-based TODO task management CLI: each task is a Markdown file with YAML front matter
# 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 = "2024"
rust-version = "1.88"
name = "tasks-cli-rs"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-based TODO task management CLI: each task is a Markdown file with YAML front matter"
readme = "README.md"
keywords = [
    "todo",
    "task",
    "cli",
    "markdown",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weisanju/tasks-cli-rs"

[[bin]]
name = "tasks"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6.8"

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3.4"

[dependencies.rustyline]
version = "18.0.1"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.toml]
version = "1.1.4"

[dependencies.uuid]
version = "1.24.0"
features = [
    "v4",
    "serde",
]