# 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 = "crock" version = "0.3.1" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "clock tui" homepage = "https://git.cscherr.de/PlexSheep/crock" readme = "README.md" keywords = [ "time", "clock", "tui", ] categories = ["date-and-time"] license = "MIT" repository = "https://git.cscherr.de/PlexSheep/crock" [[bin]] name = "crock" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.human-panic] version = "2.0.0" [dependencies.humantime] version = "2.1.0" [dependencies.libpt] version = "0.6.0" features = ["cli"] [dependencies.notify-rust] version = "4.11.0" features = ["d"] optional = true default-features = false [dependencies.ratatui] version = "0.27.0" [dependencies.rodio] version = "0.19.0" features = ["mp3"] optional = true default-features = false [dependencies.tui-big-text] version = "0.4.5" [features] default = [ "desktop", "sound", ] desktop = ["dep:notify-rust"] sound = ["dep:rodio"]