loop-tui 0.2.0

A simple todo-list app, based on GTD - 'loop' from 'list of open points'
# 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.85"
name = "loop-tui"
version = "0.2.0"
authors = ["Florian Eich <florian.eich@gmail.com>"]
build = false
exclude = ["screenshot.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple todo-list app, based on GTD - 'loop' from 'list of open points'"
readme = "README.md"
keywords = [
    "todo",
    "gtd",
    "tui",
    "productivity",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cdbrkfxrpt/loop-tui"

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

[dependencies.ansi-to-tui]
version = "8.0.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.enum-iterator]
version = "2.3.0"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.eyre]
version = "0.6.12"

[dependencies.jiff]
version = "0.2.32"
features = ["serde"]

[dependencies.ratatui]
version = "0.30.2"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.uuid]
version = "1.23.4"
features = [
    "v7",
    "serde",
]

[profile.release]
lto = "thin"
strip = true