# 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 = "simple-fatfs" version = "0.1.0-alpha.1" exclude = [ "/.github", ".vscode", "/imgs", "**/*cliff*", ] description = "A simple-to-use FAT filesystem library for Rust (mainly targeted at embedded systems)" readme = "README.md" license = "MIT" repository = "https://github.com/Oakchris1955/simple-fatfs" [dependencies.bitfield-struct] version = "0.8.0" [dependencies.bitflags] version = "2.6.0" [dependencies.displaydoc] version = "0.2.5" default-features = false [dependencies.time] version = "0.3.36" features = [ "alloc", "parsing", "macros", ] default-features = false [features] default = ["std"] std = [ "displaydoc/std", "time/std", ]