checklist-tui 0.1.6

A TUI for keeping track of your tasks in slim terminal views
# 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 = "checklist-tui"
version = "0.1.6"
build = false
exclude = ["images/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI for keeping track of your tasks in slim terminal views"
readme = "README.md"
keywords = [
    "tui",
    "todo",
    "task",
    "terminal",
    "dashboard",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/dylanfair/checklist"

[[bin]]
name = "checklist"
path = "src/main.rs"
bench = false

[dependencies.anyhow]
version = "1.0.86"

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

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"
features = ["serde"]

[dependencies.rusqlite]
version = "0.40.0"
features = [
    "bundled",
    "chrono",
    "uuid",
]

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

[dependencies.serde_json]
version = "1.0.122"

[dependencies.struct-field-names-as-array]
version = "0.3.0"

[dependencies.strum]
version = "0.28.0"
features = ["strum_macros"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.toml]
version = "1.1.2+spec-1.1.0"

[dependencies.uuid]
version = "1.10.0"
features = ["v4"]