# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "evdev-rs-tokio" version = "0.4.0" authors = ["ttzztztz "] description = "Bindings to libevdev for interacting with evdev devices. It moves the\ncommon tasks when dealing with evdev devices into a library and provides\na library interface to the callers, thus avoiding erroneous ioctls, etc.\n" readme = "README.md" keywords = ["evdev"] license = "MIT/Apache-2.0" repository = "https://github.com/keyboard-mapping/evdev-rs-rokio" [package.metadata.docs.rs] features = ["serde"] [dependencies.bitflags] version = "1.2.1" [dependencies.evdev-sys] version = "0.2.1" [dependencies.libc] version = "0.2.67" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.tokio] version = "1.4.0" features = ["full"] [features] default = []