[package] name = "usbh" version = "0.1.0" authors = ["Niklas Cathor"] edition = "2021" keywords = [ "no-std", "embedded", "usb", ] license = "MIT" readme = "README.md" description = "Experimental host-side USB stack for embedded devices." homepage = "https://github.com/nilclass/usbh" repository = "https://github.com/nilclass/usbh" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] defmt = "0.3.5" embed-doc-image = "0.1.4" fugit = "0.3.7" usb-device = { version = "0.2.9", features = ["defmt"] } nom = { version = "7.1.3", default-features = false }