[[bin]]
name = "timer"
path = "src/main.rs"
[dependencies.clap]
features = ["std", "color", "derive", "cargo"]
version = "4.5"
[dependencies.crossterm]
version = "0.28"
[dependencies.glob]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.nix]
features = ["ioctl"]
version = "0.29"
[dependencies.regex]
version = "1.10"
[dependencies.rodio]
features = ["vorbis"]
version = "0.20"
[dependencies.signal-hook]
version = "0.3"
[dependencies.tailcall]
version = "1.0"
[dependencies.time]
features = ["formatting", "local-offset", "parsing"]
version = "0.3"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5"
[dev-dependencies.time]
features = ["macros"]
version = "0.3"
[package]
authors = ["Pando85 <pando855@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Simple countdown terminal alarm"
edition = "2024"
homepage = "https://github.com/pando85/timer"
keywords = ["timer", "pomodoro", "countdown", "cli", "utility"]
license-file = "LICENSE"
name = "timer-cli"
readme = "README.md"
repository = "https://github.com/pando85/timer"
version = "0.8.8"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = "symbols"