# 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.1.210" authors = ["Oughie "] build = false exclude = ["public/*"] 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" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "clock-rs" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19"