# 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-core" version = "0.1.0" authors = ["SDMMC Core authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SD/MMC core data structures and algorithms" readme = "README.md" keywords = [ "sd", "mmc", "sdio", "io", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0-only" repository = "https://codeberg.org/weathered-steel/sdmmc-core" [lib] name = "sdmmc_core" path = "src/lib.rs" [dependencies.bitfield] version = "0.17.0" [dependencies.bitflags] version = "2.4" [dependencies.paste] version = "1.0.15" [features] std = []