input-sys 1.19.0

Bindgen generated unsafe libinput wrapper
Documentation
# 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.19.0"
authors = ["Victoria Brekenfeld (Drakulix) <github@drakulix.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindgen generated unsafe libinput wrapper"
documentation = "https://drakulix.github.io/input.rs/input-sys"
readme = false
keywords = [
    "wayland",
    "input",
    "bindings",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/Drakulix/input.rs/tree/master/input-sys"

[features]
default = ["libinput_1_21"]
libinput_1_11 = []
libinput_1_14 = []
libinput_1_15 = []
libinput_1_19 = []
libinput_1_21 = []
libinput_1_23 = []
libinput_1_26 = []
libinput_1_27 = []
libinput_1_28 = []
libinput_1_29 = []
libinput_1_30 = []
update_bindings = ["use_bindgen"]
use_bindgen = [
    "bindgen",
    "proc-macro2",
    "regex",
]

[lib]
name = "input_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.proc-macro2]
version = "1.0.76"
optional = true

[build-dependencies.regex]
version = "1.10"
optional = true