tascli 0.11.2

A simple CLI tool for tracking tasks and records from terminal
# 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"
name = "tascli"
version = "0.11.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple CLI tool for tracking tasks and records from terminal"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Aperocky/tascli"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.home]
version = "0.5.11"

[dependencies.nanoserde]
version = "0.2.1"

[dependencies.rusqlite]
version = "0.37"
features = ["bundled"]

[dependencies.terminal_size]
version = "0.4"

[dependencies.unicode-width]
version = "0.2.0"

[dev-dependencies.tempfile]
version = "3.19.0"

[profile.release]
opt-level = "z"
lto = true
strip = true