# 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 = "sweetacid-evdev" version = "0.11.6" authors = ["Corey Richardson "] description = "evdev interface for Linux" documentation = "https://docs.rs/evdev" license = "Apache-2.0 OR MIT" repository = "https://github.com/cmr/evdev" [[example]] name = "evtest_tokio" required-features = ["tokio"] [dependencies.bitvec] version = "0.21" [dependencies.futures-core] version = "0.3" optional = true [dependencies.libc] version = "0.2.89" [dependencies.nix] version = "0.23" [dependencies.tokio_1] version = "1.0" features = ["net"] optional = true package = "tokio" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.tokio_1] version = "1.0" features = ["macros", "rt-multi-thread"] package = "tokio" [features] tokio = ["tokio_1", "futures-core"]