evdev-rs/Cargo.toml
Noah 3f32c41fc0
Rework the types in constants (#34)
* Replace bitflags with newtypes

* Don't reexport from libc

* Add a wrapper for event_info

* Hide EvdevEnum

* Make the AttributeSet API more setlike

* Move AttributeSet to its own module

* Add some doc, tidy APIs
2021-02-24 18:09:44 -07:00

16 lines
359 B
TOML

[package]
name = "evdev"
version = "0.11.0-alpha.4"
authors = ["Corey Richardson <corey@octayn.net>"]
description = "evdev interface for Linux"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cmr/evdev"
documentation = "https://docs.rs/evdev"
edition = "2018"
[dependencies]
libc = "0.2.22"
bitvec = "0.21"
nix = "0.19.0"
thiserror = "1.0.24"