# 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 = "sdio_sdhc" version = "0.2.3" authors = ["spxg "] description = "A simple driver to drive sdhc over SDIO, no filesystem, only test stm32f407 board,other stm32f4xx boards have no test" readme = "README.md" keywords = ["sdcard", "sdhc", "embedded", "stm32f407", "SDIO"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/play-stm32/sdio_sdhc" [dependencies.block_device] version = "0.1" optional = true [dependencies.cortex-m] version = "0.6" [dependencies.stm32f4xx-hal] version = "0.8" features = ["stm32f407"] [features] default = [] filesystem = ["block_device"]