# 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 = "wkeys" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An on-screen keyboard for wayland desktop written by rust using GTK-rs." homepage = "https://github.com/ptazithos/wkeys" readme = "README.md" keywords = [ "wayland", "keyboard", "input", ] license = "MIT" repository = "https://github.com/ptazithos/wkeys" [[bin]] name = "wkeys" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.evdev] version = "0.12.2" [dependencies.gdk4] version = "0.9.3" [dependencies.gtk4-layer-shell] version = "0.4.0" [dependencies.relm4] version = "0.9.1" [dependencies.rust-embed] version = "8.5.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.tempfile] version = "3.13.0" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.wayland-client] version = "0.31.7" [dependencies.wayland-protocols-misc] version = "0.3.5" features = [ "client", "wayland-client", ] [dependencies.xdg] version = "2.5.2" [dependencies.xkbcommon] version = "0.8.0"