nyado 0.3.1

A Rust todo-list manager with TUI, inspired by meowdo
# 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 = "nyado"
version = "0.3.1"
authors = ["InTeaReable <leyn.the.cat@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "config/**/*",
    "README.md",
    "LICENSE",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust todo-list manager with TUI, inspired by meowdo"
readme = "README.md"
keywords = [
    "todo",
    "tui",
    "rust",
    "productivity",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/LeynTheCat/nyado"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.ratatui]
version = "0.26"

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

[dependencies.single-instance]
version = "0.3"

[dependencies.toml]
version = "0.8"

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

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