# 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 = "usbh" version = "0.1.0" authors = ["Niklas Cathor"] description = "Experimental host-side USB stack for embedded devices." homepage = "https://github.com/nilclass/usbh" readme = "README.md" keywords = [ "no-std", "embedded", "usb", ] license = "MIT" repository = "https://github.com/nilclass/usbh" [dependencies.defmt] version = "0.3.5" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.fugit] version = "0.3.7" [dependencies.nom] version = "7.1.3" default-features = false [dependencies.usb-device] version = "0.2.9" features = ["defmt"]