# 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 = "blink-timer" version = "0.3.2" authors = ["Rijk van Putten "] description = "Minimal break timer and notifier" homepage = "https://github.com/rijkvp/blink" readme = "README.md" keywords = [ "break-timer", "break", "timer", "notifier", ] categories = ["command-line-utilities"] license = "GPL-3.0" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.notify-rust] version = "4.5" [dependencies.rand] version = "0.8" [dependencies.rdev] version = "0.5" [dependencies.rodio] version = "0.15" features = ["vorbis"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5"