# 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 = "keyboard-keynames" version = "0.2.0" authors = ["Adam Blanchet "] description = "A crate to query the os for key names for scancodes" readme = "README.md" keywords = [ "keyboard", "scancode", "keymap", "keylayout", ] categories = [ "game-development", "os", ] license = "Apache-2.0" repository = "https://gitlab.com/Frinksy/keyboard-keynames/" [dependencies.winit] version = "0.28" [target."cfg(target_os = \"linux\")".dependencies.wayland-client] version = "0.29" [target."cfg(target_os = \"linux\")".dependencies.xcb] version = "1" features = ["as-raw-xcb-connection"] [target."cfg(target_os = \"linux\")".dependencies.xkbcommon] version = "0.5" features = [ "x11", "wayland", ] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"]