# 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 = "async-std-hidg" version = "0.1.1" authors = ["K. "] description = "Linux USB HID Gadget emulation for async-std runtime" readme = "README.md" keywords = [ "USB", "Gadget", "HID", "Linux", "Input", ] categories = [ "os", "os::linux-apis", "asynchronous", ] license = "MIT" [dependencies.async-io] version = "1" [dependencies.async-std] version = "1" [dependencies.hidg-core] version = "0.1.1" default-features = false [dev-dependencies.async-std] version = "1" features = ["attributes"] [features] default = [ "fromstr", "display", "phf", "keyboard", "mouse", ] display = ["hidg-core/display"] either = ["hidg-core/either"] fromstr = ["hidg-core/fromstr"] keyboard = ["hidg-core/keyboard"] mouse = ["hidg-core/mouse"] phf = ["hidg-core/phf"] serde = ["hidg-core/serde"]