clck 0.1.11

A responsive cross-platform countdown alarm for the terminal.
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 = "2021"
name = "clck"
version = "0.1.11"
build = false
exclude = [
    "docs-site",
    "scripts",
    ".github",
    "raw",
    "dist",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A responsive cross-platform countdown alarm for the terminal."
readme = "README.md"
keywords = [
    "alarm",
    "timer",
    "clock",
    "cli",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/gkk-dev-ops/clck"

[features]
default = ["native-audio"]
native-audio = ["dep:rodio"]

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.chrono-tz]
version = "0.10"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3"

[dependencies.directories]
version = "6"

[dependencies.iana-time-zone]
version = "0.1"

[dependencies.inquire]
version = "0.9"

[dependencies.notify-rust]
version = "4"

[dependencies.regex]
version = "1"

[dependencies.rodio]
version = "0.21"
features = [
    "playback",
    "symphonia-all",
]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

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

[dev-dependencies.libc]
version = "0.2"

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