dstimer 1.0.0

A dead-simple, cross-platform CLI countdown timer with color-changing progress bar and optional audio playback
# 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 = "2021"
name = "dstimer"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dead-simple, cross-platform CLI countdown timer with color-changing progress bar and optional audio playback"
homepage = "https://github.com/madLinux7/dead-simple-cli-timer"
readme = "README.md"
keywords = [
    "cli",
    "timer",
    "countdown",
    "tui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/madLinux7/dead-simple-cli-timer"

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

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

[dependencies.crossterm]
version = "0.27"

[dependencies.ctrlc]
version = "3.4"

[dependencies.rodio]
version = "0.17"
features = ["symphonia-all"]
default-features = false

[build-dependencies.winresource]
version = "0.1"

[target.'cfg(not(target_os = "macos"))'.dependencies.notify-rust]
version = "4"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"