focusmini 1.2.2

Simple Pomodoro timer with audio cues
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 = "focusmini"
version = "1.2.2"
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 = []

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

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

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

[dev-dependencies.serial_test]
version = "2"

[dev-dependencies.tempfile]
version = "3"

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