# 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 = "tokio-hidg" version = "0.2.0" authors = ["K. "] description = "Linux USB HID Gadget emulation for tokio async runtime" homepage = "https://github.com/katyo/hidg-rs" readme = "README.md" keywords = [ "USB", "Gadget", "HID", "Linux", "Input", ] categories = [ "os", "os::linux-apis", "asynchronous", ] license = "MIT" repository = "https://github.com/katyo/hidg-rs" [dependencies.hidg-core] version = "0.2" default-features = false [dependencies.libc] version = "0.2" [dependencies.tokio] version = "1" features = [ "fs", "sync", "io-util", "rt", "net", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [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"]