# 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 = "async-embedded-sdmmc" version = "0.1.3" authors = ["qiuchengxuan "] description = "Embedded sdmmc driver with async support" license = "MIT OR Apache-2.0" repository = "https://github.com/qiuchengxuan/async-sdmmc" [lib] name = "sdmmc" [dependencies.async-trait] version = "0.1" [dependencies.bitfield] version = "0.13" [dependencies.deasync] version = "0.1" [dependencies.embedded-hal] version = "0.2" [dependencies.fugit] version = "0.3" optional = true [dependencies.gpio] version = "0.4" optional = true [dependencies.log] version = "0.4" [dependencies.nb] version = "1.0" [dependencies.spidev] version = "0.5" optional = true [dependencies.void] version = "1.0" optional = true [dev-dependencies.hex-literal] version = "0.3" [features] async = [] linux-spi = [ "std", "gpio", "void", "spidev", ] log-max-level-off = [ "log/max_level_off", "log/release_max_level_off", ] std = []