# 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 = "fat32" version = "0.2.0" authors = ["spxg "] description = "FAT32 FileSystem Library" readme = "README.md" keywords = ["sdcard", "fat", "embedded", "stm32f407", "filesystem"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/Spxg/fat32" [dependencies.block_device] version = "0.1" [features] 1024 = [] 2048 = [] 4096 = [] 512 = [] default = ["512"] [target."cfg(windows)".dev-dependencies.winapi] version = "0.3" features = ["fileapi", "winioctl", "ioapiset"]