Cargo Features

[dependencies]
cotton-usb-host-msc = { version = "0.1.0", default-features = false, features = ["std", "defmt"] }
default = std

The std feature is set by default whenever cotton-usb-host-msc is added without default-features = false somewhere in the dependency tree.

std default

Enables std of cotton-scsi and cotton-usb-host

defmt

Enables defmt, defmt of cotton-scsi and cotton-usb-host

cotton-usb-host-msc has 3 features without comments.