# 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-storage" version = "1.0.0" description = "USB Mass Storage class for usb-device." homepage = "https://github.com/apohrebniak/usbd-storage" license = "MIT" repository = "https://github.com/apohrebniak/usbd-storage" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "scsi_bbb" required-features = [ "scsi", "bbb", ] [dependencies.defmt] version = "0.3" optional = true [dependencies.num_enum] version = "0.6" default-features = false [dependencies.usb-device] version = "0.3" [features] bbb = [] default = [] defmt = [ "dep:defmt", "usb-device/defmt", ] scsi = [] ufi = []