# 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 = "timezz" version = "0.1.0" authors = ["Ehllay"] description = "A minimal GTK4 application written in Rust for creating productivity sessions, inspired by Windows' focus sessions." homepage = "https://github.com/Ehllay/timezz" readme = "README.md" keywords = [ "productivity", "time", "utility", "gtk", "linux", ] categories = [ "date-and-time", "gui", ] license = "GPL-3.0" repository = "https://github.com/Ehllay/timezz" [dependencies.async-channel] version = "2.3.1" [dependencies.gtk] version = "0.8.2" features = ["v4_14"] package = "gtk4" [dependencies.notify-rust] version = "4.11.0"