# 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" name = "input-sys" version = "1.18.0" authors = ["Victoria Brekenfeld (Drakulix) "] build = "build.rs" description = "Bindgen generated unsafe libinput wrapper" documentation = "https://drakulix.github.io/input.rs/input-sys" keywords = [ "wayland", "input", "bindings", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/Drakulix/input.rs/tree/master/input-sys" [lib] path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.proc-macro2] version = "1.0.76" optional = true [build-dependencies.regex] version = "1.10" optional = true [features] default = ["libinput_1_21"] libinput_1_11 = [] libinput_1_14 = [] libinput_1_15 = [] libinput_1_19 = [] libinput_1_21 = [] update_bindings = ["use_bindgen"] use_bindgen = [ "bindgen", "proc-macro2", "regex", ]