# 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 = "xkbcommon" version = "0.8.0" authors = ["Remi THEBAULT "] description = "Rust bindings and wrappers for libxkbcommon" readme = "README.md" keywords = [ "keyboard", "x11", "wayland", "xcb", "input", ] license = "MIT" repository = "https://github.com/rust-x-bindings/xkbcommon-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "quick-evdev" [dependencies.as-raw-xcb-connection] version = "1.0" optional = true [dependencies.libc] version = "0.2.148" [dependencies.memmap2] version = "0.9.0" optional = true [dependencies.xkeysym] version = "0.2.0" [dev-dependencies.evdev] version = "0.11.4" [features] default = ["wayland"] wayland = ["memmap2"] x11 = ["as-raw-xcb-connection"]