# 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 = "usbd-audio" version = "0.1.0" authors = ["Stephan "] include = ["README.md", "/src", "LICENSE"] description = "USB Audio 1.0 class for usb-device" readme = "README.md" keywords = ["no-std", "usb-device", "pic32", "rp2040"] license = "MIT OR Apache-2.0" repository = "https://github.com/kiffie/usbd-audio" resolver = "2" [dependencies.usb-device] version = "0.2.8"