judo 2.0.2

Judo - TUI for ToDo lists
Documentation
# 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 = "judo"
version = "2.0.2"
authors = ["Giacomo Piccinini <giacomo.piccinini@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Judo - TUI for ToDo lists"
homepage = "https://github.com/giacomopiccinini/judo"
readme = "README.md"
keywords = [
    "tui",
    "todo",
]
license = "MIT"
repository = "https://github.com/giacomopiccinini/judo"

[lib]
name = "judo"
path = "src/lib.rs"

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.anyhow]
version = "1.0.99"

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

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "sqlite",
    "chrono",
    "macros",
]

[dependencies.tabwriter]
version = "1.4.1"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.9.5"

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