ngn 0.1.2

Noggrann - a CLI issue tracker and todo list with a project-local database
# 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.94.0"
name = "ngn"
version = "0.1.2"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Noggrann - a CLI issue tracker and todo list with a project-local database"
homepage = "https://www.simondanielsson.se"
readme = "README.md"
keywords = [
    "utility",
    "development",
    "productivity",
    "tui",
    "cli",
]
license = "MIT"
repository = "https://github.com/simon-danielsson/ngn"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.cli-clipboard]
version = "0.4.0"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30.0"

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

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