# 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_scsi" version = "0.1.0" authors = ["cs2dsb "] description = "usb-device implementation that provides a USB scsi transparent command set subclass" homepage = "https://github.com/cs2dsb/stm32-usb.rs/tree/master/firmware/usbd_scsi" documentation = "https://docs.rs/usbd_scsi" 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.uf2_block] version = "0.1.0" [dependencies.usb-device] version = "0.2.4" [dependencies.usbd_bulk_only_transport] version = "0.1.0" [dependencies.usbd_mass_storage] version = "0.1.0" [features] trace-all = ["trace-bot-headers", "trace-bot-states", "trace-bot-bytes", "trace-bot-zlp", "trace-bot-buffer", "trace-scsi-command", "trace-scsi-fs", "trace-usb-control"] trace-bot-buffer = ["usbd_bulk_only_transport/trace-bot-buffer"] trace-bot-bytes = ["usbd_bulk_only_transport/trace-bot-bytes"] trace-bot-headers = ["usbd_bulk_only_transport/trace-bot-headers"] trace-bot-states = ["usbd_bulk_only_transport/trace-bot-states"] trace-bot-zlp = ["usbd_bulk_only_transport/trace-bot-zlp"] trace-scsi-command = [] trace-scsi-fs = [] trace-usb-control = ["usbd_bulk_only_transport/trace-usb-control"]