# 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 = "ghostfat" version = "0.5.0" description = "Virtual FAT16 file system for embedded USB Mass Storage Device use" readme = "README.md" keywords = [ "fat", "fat16", "filesystem", "embedded", "no-std", ] categories = [ "embedded", "filesystem", "no-std", ] license = "MPL-2.0" repository = "https://github.com/ryankurte/ghostfat" [dependencies.bitflags] version = "1.3.2" [dependencies.defmt] version = "0.3.1" optional = true [dependencies.log] version = "0.4.16" default_features = false [dependencies.packing] version = "0.2.0" [dependencies.usbd_scsi] version = "0.1.0" [dev-dependencies.fatfs] version = "0.3.5" [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.simplelog] version = "0.11.2" [features] default = ["std"] defmt-debug = [] defmt-default = [ "defmt", "defmt-info", ] defmt-error = [] defmt-info = [] defmt-trace = [] defmt-warn = [] nightly = [] std = []