[package] name = "simple-fatfs" version = "0.1.0-alpha.1" edition = "2021" description = "A simple-to-use FAT filesystem library for Rust (mainly targeted at embedded systems)" license = "MIT" repository = "https://github.com/Oakchris1955/simple-fatfs" exclude = ["/.github", ".vscode", "/imgs", "**/*cliff*"] [dependencies] bitfield-struct = "0.8.0" bitflags = "2.6.0" displaydoc = { version = "0.2.5", default-features = false } time = { version = "0.3.36", default-features = false, features = [ "alloc", "parsing", "macros" ]} [features] default = ["std"] std = ["displaydoc/std", "time/std"]