focusmini 2.0.3

Simple Pomodoro timer with audio cues
# 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 = "focusmini"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Pomodoro timer with audio cues"
readme = "README.md"
keywords = [
    "pomodoro",
    "timer",
    "cli",
    "productivity",
    "zero-dependency",
]
categories = [
    "command-line-utilities",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/SzilvasiPeter/focusmini"

[features]
fast-tick = []

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

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

[lints.clippy]
all = "warn"
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"
unused_results = "warn"

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