# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "usbd_mass_storage" version = "0.1.0" authors = ["cs2dsb "] description = "usb-device implementation that provides a USB mass storage class device" homepage = "https://github.com/cs2dsb/stm32-usb.rs/tree/master/firmware/usbd_mass_storage" documentation = "https://docs.rs/usbd_mass_storage" readme = "README.md" keywords = ["usb", "embedded", "no_std"] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/cs2dsb/stm32-usb.rs" [dependencies.embedded-hal] version = "0.2.3" [dependencies.itm_logger] version = "0.1.0" default-features = false [dependencies.nb] version = "0.1.2" [dependencies.packing] version = "0.1.0" [dependencies.typenum] version = "1.11.2" [dependencies.usb-device] version = "0.2.4" [features] trace-all = ["trace-usb-control"] trace-usb-control = []