# 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 = "bootkbd" version = "0.2.2" authors = ["Brian Cully "] description = "Boot-protocol keyboard driver for usb-host." readme = "README.md" keywords = [ "usb", "usb-host", "hal", "peripheral", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "GPL-3.0-or-later" repository = "https://git.spork.org/bootkbd.git" [dependencies.log] version = "~0.4" [dependencies.usb-host] version = "~0.1"