# 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 = "f4-w25q" version = "0.1.0" description = "W25Q driver using stm32-f4xx-hal QSPI implementation" homepage = "https://strathseds.org" readme = "README.md" keywords = [ "w25q", "stm32f4", "flash", "storage", ] license = "MPL-2.0" repository = "https://github.com/X-yl/f4-w25q/" [dependencies.cortex-m-semihosting] version = "0.5" [dependencies.embedded-hal] version = "0.2.7" [dependencies.embedded-storage-async] version = "0.4.1" optional = true [dependencies.littlefs2] version = "0.4.0" features = ["c-stubs"] optional = true [dependencies.stm32f4xx-hal] version = "0.20.0" features = ["quadspi"] [dependencies.typenum] version = "1.16.0" optional = true [dev-dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dev-dependencies.cortex-m-rt] version = "0.7.4" [dev-dependencies.sequential-storage] version = "2.0.2" [dev-dependencies.stm32f4xx-hal] version = "0.20.0" features = ["stm32f412"] [features] default = ["stm32f4xx-hal/stm32f412"] embedded-storage = ["dep:embedded-storage-async"] littlefs2 = [ "dep:littlefs2", "dep:typenum", ]