sdio 0.4.0

SD host protocol library
Documentation
[package]
name = "sdio"
version = "0.4.0"
authors = [
    "Johan Kristell <johan@jott.se>",
    "Richard Meadows <richard@richard.fish>",
]
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/sdio"
description = "SD host protocol library"
keywords = ["sd", "sdio", "sdmmc"]
categories = ["embedded", "no-std"]

[dependencies]
aligned = "0.4.3"
block-device-driver = "0.2.0"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
defmt = { version = "1", optional = true }

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }