clock-rs 0.2.0

A modern, terminal-based digital clock
# 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 = "clock-rs"
version = "0.2.0"
authors = ["Oughie <oughery@gmail.com>"]
build = "build.rs"
exclude = ["public/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, terminal-based digital clock"
homepage = "https://github.com/Oughie/clock-rs"
readme = "README.md"
keywords = [
    "clock",
    "terminal",
    "time",
    "cli",
    "date",
]
categories = [
    "date-and-time",
    "command-line-interface",
]
license = "Apache-2.0"
repository = "https://github.com/Oughie/clock-rs"

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.12"

[build-dependencies.clap]
version = "4.5.60"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5.66"

[build-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[target."cfg(unix)".dependencies.signal-hook]
version = "0.4.3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true