# 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" rust-version = "1.61" name = "katabastird" version = "1.6.1" description = "A simple graphical countdown timer that is configured and launched from the commandline." readme = "README.md" keywords = [ "unix", "commandline", "timer", "gui", "cli", ] license-file = "LICENSE.md" repository = "https://gitlab.com/nebkor/katabastird" [dependencies.clap] version = "4" features = [ "derive", "env", "unicode", "suggestions", "usage", ] [dependencies.eframe] version = "0.19" features = ["wgpu"] [dependencies.egui_extras] version = "0.19" [dependencies.rodio] version = "0.16"