labtimer 1.1.0

A worldline-accurate CLI timer
[[bin]]
name = "labt"
path = "src/main.rs"

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify-rust]
default-features = false
features = ["d"]
version = "4"

[dependencies.rodio]
version = "0.20.1"

[package]
authors = ["METDXT <metdxt@obj.su>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "A worldline-accurate CLI timer"
edition = "2024"
exclude = ["examples/*", ".github/*", "assets/logo.svg"]
homepage = "https://github.com/metdxt/labt"
keywords = ["cli", "timer"]
license = "MIT"
name = "labtimer"
readme = "README.md"
repository = "https://github.com/metdxt/labt"
version = "1.1.0"

[package.metadata.deb]
copyright = "2025, METDXT <metdxt@obj.su>"
maintainer = "METDXT <metdxt@obj.su>"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = "z"
panic = "abort"
strip = true

[target."cfg(windows)".dependencies.notify-rust]
default-features = true
version = "4"