# 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 = "2021" name = "uhid-virt" version = "0.0.7" authors = [ "Luke Jones ", "Sameer Puri ", "Daniel Stiner ", ] exclude = [ ".travis.yml", "example/", ] description = "Interface to Linux UHID (user-space HID transport drivers)" readme = "README.md" keywords = [ "hid", "uhid", "linux", "userspace", "transport", ] categories = [ "os", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/flukejones/uhid-virt" [lib] test = true doc = true [dependencies.enumflags2] version = "^0.7.8" [dependencies.libc] version = "^0.2.150" [dependencies.uhidrs-sys] version = "1.0.3"