# 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 = "hidg" version = "0.2.0" authors = ["K. "] description = "Linux USB HID Gadget emulation" homepage = "https://github.com/katyo/hidg-rs" readme = "README.md" keywords = [ "USB", "Gadget", "HID", "Linux", "Input", ] categories = [ "os", "os::linux-apis", ] license = "MIT" repository = "https://github.com/katyo/hidg-rs" [dependencies.hidg-core] version = "0.2" 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"]