# 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 = "kanami" version = "0.1.2" exclude = [ "README.md", "style.css", "config.toml", "screenshot.png", ] description = "A GTK-based powermenu" homepage = "https://github.com/nryotaro/kanami" documentation = "https://github.com/nryotaro/kanami" readme = "README.md" keywords = [ "sway", "powermenu", ] license = "Apache-2.0" repository = "https://github.com/nryotaro/kanami" [dependencies.gdk4] version = "0.7.3" features = ["v4_10"] [dependencies.gio] version = "0.18.3" [dependencies.glib] version = "0.18.3" [dependencies.gtk4] version = "0.7.3" features = ["v4_10"] [dependencies.gtk4-layer-shell] version = "0.2.0" [dependencies.serde] version = "1.0.191" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.wayland-client] version = "0.31.1"