# 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 = "fatfs-embedded" version = "0.1.0" authors = ["Caleb Garrett"] description = "Rust bindings for the popular embedded FatFs library." readme = "README.md" keywords = [ "embedded", "no_std", "fatfs", "embassy", ] categories = [ "embedded", "filesystem", "external-ffi-bindings", "no-std", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/caleb-garrett/fatfs-embedded" [dependencies.bitflags] version = "2.4.2" [dependencies.cty] version = "0.2.2" [dependencies.embassy-futures] version = "0.1.1" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1" [features] chrono = ["dep:chrono"] default = ["chrono"] [target."cfg(not(target_os = \"none\"))".dependencies.chrono] version = "0.4.3" optional = true [target."cfg(not(target_os = \"none\"))".dependencies.embassy-sync] version = "0.5.0" features = ["std"] [target."cfg(target_os = \"none\")".dependencies.chrono] version = "0.4.3" optional = true default-features = false [target."cfg(target_os = \"none\")".dependencies.embassy-sync] version = "0.5.0"