input-event 0.4.0

cross-platform input-event types for input-capture / input-emulation
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"
name = "input-event"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cross-platform input-event types for input-capture / input-emulation"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/feschber/lan-mouse"

[features]
default = ["libei"]
libei = ["dep:reis"]

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

[dependencies.futures-core]
version = "0.3.30"

[dependencies.log]
version = "0.4.22"

[dependencies.num_enum]
version = "0.7.2"

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

[dependencies.thiserror]
version = "2.0.0"

[target.'cfg(all(unix, not(target_os="macos")))'.dependencies.reis]
version = "0.5.0"
optional = true