# 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 = "usbd-midi" version = "0.3.0" authors = [ "Beau Trepp ", "Florian Jung ", "Oliver Rockstedt ", ] description = "A USB MIDI implementation for usb-device." homepage = "https://github.com/rust-embedded-community/usbd-midi" readme = "README.md" keywords = [ "usb", "midi", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/rust-embedded-community/usbd-midi" [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.usb-device] version = "0.3" [lints.rust] missing_docs = "warn"