input 0.10.0

libinput bindings for rust
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"
rust-version = "1.63.0"
name = "input"
version = "0.10.0"
authors = ["Drakulix (Victoria Brekenfeld)"]
build = false
exclude = [
    ".gitignore",
    ".rustfmt.toml",
    ".github",
]
autolib = false
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"

[package.metadata.docs.rs]
features = ["libinput_1_30"]

[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",
]
libinput_1_23 = [
    "input-sys/libinput_1_23",
    "libinput_1_21",
]
libinput_1_26 = [
    "input-sys/libinput_1_26",
    "libinput_1_23",
]
libinput_1_27 = [
    "input-sys/libinput_1_27",
    "libinput_1_26",
]
libinput_1_28 = [
    "input-sys/libinput_1_28",
    "libinput_1_27",
]
libinput_1_29 = [
    "input-sys/libinput_1_29",
    "libinput_1_28",
]
libinput_1_30 = [
    "input-sys/libinput_1_30",
    "libinput_1_29",
]
use_bindgen = ["input-sys/use_bindgen"]

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

[dependencies.bitflags]
version = "2.4"

[dependencies.input-sys]
version = "1.19.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 = "1"
features = ["event"]