denise-evdev 0.14.0

Linux evdev input for Denise: mouse, touch and keyboard, with no display server.
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 = "2024"
rust-version = "1.95"
name = "denise-evdev"
version = "0.14.0"
authors = ["André Biseth <andre@biseth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux evdev input for Denise: mouse, touch and keyboard, with no display server."
homepage = "https://github.com/bisand/denise"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bisand/denise"

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

[[example]]
name = "input"
path = "examples/input.rs"

[[example]]
name = "keys"
path = "examples/keys.rs"

[[example]]
name = "pointer"
path = "examples/pointer.rs"

[dependencies.denise]
version = "0.14.0"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2.0"
features = ["std"]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.evdev]
version = "0.13"

[target.'cfg(target_os = "linux")'.dependencies.rustix]
version = "1.1"
features = [
    "fs",
    "std",
]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.rustix]
version = "1.1"
features = [
    "event",
    "std",
]
default-features = false

[lints.clippy]
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_docs = "warn"