libinput-rs 0.3.0

Fail-open Rust touchpad companion and drop-in libinput ABI replacement
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 = "2021"
rust-version = "1.75"
name = "libinput-rs"
version = "0.3.0"
authors = ["Kenny Glowner <SisyphusAeolides@pm.me>"]
build = "build.rs"
exclude = [
    ".cargo",
    ".github",
    "vendor",
    "rpmbuild",
    "rpmbuild2",
    "proofs/fortran/build",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fail-open Rust touchpad companion and drop-in libinput ABI replacement"
homepage = "https://github.com/SisyphusAeolides/libinput-rs"
readme = "README.md"
keywords = [
    "libinput",
    "evdev",
    "touchpad",
    "linux",
    "input",
]
categories = [
    "hardware-support",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/SisyphusAeolides/libinput-rs"

[features]
default = []
libwacom = []

[lib]
name = "input"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "libinput-device-group"
path = "src/bin/libinput-device-group.rs"

[[bin]]
name = "libinput-fuzz-extract"
path = "src/bin/libinput-fuzz-extract.rs"

[[bin]]
name = "libinput-fuzz-to-zero"
path = "src/bin/libinput-fuzz-to-zero.rs"

[[bin]]
name = "libinput-rs"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11"

[dependencies.evdev-upstream]
version = "=0.13.2"
package = "evdev"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mio]
version = "1"
features = [
    "os-poll",
    "os-ext",
    "net",
]

[dependencies.nix]
version = "0.29"
features = [
    "ioctl",
    "fs",
    "inotify",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"