# 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 = "2018" rust-version = "1.63.0" name = "input" version = "0.9.1" authors = ["Drakulix (Victoria Brekenfeld)"] build = false exclude = [ ".gitignore", ".rustfmt.toml", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "libinput bindings for rust" documentation = "https://docs.rs/input" readme = "README.md" keywords = [ "wayland", "input", "bindings", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/Drakulix/input.rs" [lib] name = "input" path = "src/lib.rs" [dependencies.bitflags] version = "2.4" [dependencies.input-sys] version = "1.18.0" default-features = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.20" optional = true [dependencies.udev] version = "0.9" optional = true [dev-dependencies.rustix] version = "0.38" features = ["event"] [features] default = [ "udev", "log", "libinput_1_21", ] libinput_1_11 = ["input-sys/libinput_1_11"] libinput_1_14 = [ "input-sys/libinput_1_14", "libinput_1_11", ] libinput_1_15 = [ "input-sys/libinput_1_15", "libinput_1_14", ] libinput_1_19 = [ "input-sys/libinput_1_19", "libinput_1_15", ] libinput_1_21 = [ "input-sys/libinput_1_21", "libinput_1_19", ] use_bindgen = ["input-sys/use_bindgen"]