# 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 = "timer-cli" version = "0.8.2" authors = ["Pando85 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple countdown terminal alarm" homepage = "https://github.com/pando85/timer" readme = "README.md" keywords = [ "timer", "pomodoro", "countdown", "cli", "utility", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/pando85/timer" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "timer" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "std", "color", "derive", "cargo", ] [dependencies.crossterm] version = "0.28.0" [dependencies.glob] version = "0.3.1" [dependencies.libc] version = "0.2.154" [dependencies.nix] version = "0.29" features = ["ioctl"] [dependencies.regex] version = "1.10" [dependencies.rodio] version = "0.19.0" features = ["vorbis"] [dependencies.signal-hook] version = "0.3.17" [dependencies.tailcall] version = "1.0.1" [dependencies.time] version = "0.3.36" features = [ "formatting", "local-offset", "parsing", ] [dev-dependencies.cargo-husky] version = "1.5" features = ["user-hooks"] default-features = false [dev-dependencies.time] version = "0.3.36" features = ["macros"]