# 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 = "wlr-which-key" version = "1.0.1" authors = ["MaxVerevkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keymap manager for wlroots-based compositors" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/MaxVerevkin/wlr-which-key/" [profile.release] lto = "fat" [[bin]] name = "wlr-which-key" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.3.0" features = [ "std", "derive", "help", "usage", ] default-features = false [dependencies.indexmap] version = "2.0" features = ["serde"] [dependencies.libc] version = "0.2" [dependencies.pangocairo] version = "0.20" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.smart-default] version = "0.7.0" [dependencies.wayrs-client] version = "1.0" [dependencies.wayrs-protocols] version = "0.14" features = ["wlr-layer-shell-unstable-v1"] [dependencies.wayrs-utils] version = "0.15" features = [ "shm_alloc", "seats", "keyboard", ]