# 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 = "2018" name = "uinput-tokio" version = "0.1.36" authors = ["ttzztztz "] description = "Linux uinput wrapper." readme = "README.md" keywords = [ "linux", "input", ] license = "WTFPL" repository = "https://github.com/keyboard-mapping/uinput-tokio" [dependencies.custom_derive] version = "0.1" [dependencies.enum_derive] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.libudev] version = "0.3" optional = true [dependencies.nix] version = "0.28" features = ["fs"] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.uinput-sys] version = "0.1" [features] default = ["udev"] udev = ["libudev"]