mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
22 lines
539 B
TOML
22 lines
539 B
TOML
[package]
|
|
name = "input-event"
|
|
description = "cross-platform input-event types for input-capture / input-emulation"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
repository = "https://github.com/feschber/lan-mouse"
|
|
|
|
[dependencies]
|
|
futures-core = "0.3.30"
|
|
log = "0.4.22"
|
|
num_enum = "0.7.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "2.0.0"
|
|
|
|
[target.'cfg(all(unix, not(target_os="macos")))'.dependencies]
|
|
reis = { version = "0.4", optional = true }
|
|
|
|
[features]
|
|
default = ["libei"]
|
|
libei = ["dep:reis"]
|