taskmaster 0.1.1

A terminal ToDo application.
# 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 = "taskmaster"
version = "0.1.1"
authors = ["jrstaple <joshrstapleton@gmail.com>"]
build = false
exclude = ["example/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal ToDo application."
readme = "README.md"
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/jrstapl/taskmaster.git"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.5.60"
features = [
    "cargo",
    "string",
]

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.tokio]
version = "1.40.0"
features = ["full"]

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true