# 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 = "sdmmc-spi" version = "0.1.1" authors = ["Stanislav Kusovskyi "] exclude = [".vscode/*"] description = "SD/MMC Library written in Embedded Rust." documentation = "https://docs.rs/crate/sdmmc-spi" readme = "README.md" keywords = [ "embedded-hal", "embedded-hal-driver", "sdmmc", "sdcard", "spi", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kusstas/sdmmc-spi" [dependencies.bitfield] version = "^0.14.0" [dependencies.defmt] version = "^0.3.2" [dependencies.diskio] version = "^0.1.2" [dependencies.embedded-hal] version = "^0.2.7" [dependencies.size] version = "^0.4.1" default-features = false [dependencies.switch-hal] version = "^0.4.0"