sdmmc 0.1.0

A no_std SD/MMC/eMMC driver library for ARM64 platforms
Documentation
# 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 = "2024"
name = "sdmmc"
version = "0.1.0"
authors = [
    "Zhou Rui <zrufo747@outlook.com>",
    "Yang Jinquan <YJQ980314@Gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std SD/MMC/eMMC driver library for ARM64 platforms"
documentation = "https://docs.rs/sdmmc"
readme = "README.md"
keywords = [
    "sd",
    "mmc",
    "emmc",
    "embedded",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "GPL-3.0-or-later OR Apache-2.0 OR MIT"
repository = "https://github.com/drivercraft/sdmmc"

[features]
default = ["pio"]
dma = []
pio = []

[lib]
name = "sdmmc"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"
harness = false

[dependencies.aarch64-cpu]
version = "10.0"

[dependencies.arm_pl011]
version = "0.1"

[dependencies.bitflags]
version = "2.9"

[dependencies.cfg-if]
version = "1.0"

[dependencies.dma-api]
version = "0.3"
features = ["alloc"]

[dependencies.fdt-parser]
version = "0.4"

[dependencies.kspin]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1.0.15"

[dependencies.smccc]
version = "0.2"

[dependencies.spin]
version = "0.10.0"

[dev-dependencies.bare-test]
version = "0.7"

[dev-dependencies.byte-unit]
version = "5.1.6"
features = ["byte"]
default-features = false

[dev-dependencies.pcie]
version = "0.2"

[dev-dependencies.rk3588-clk]
version = "0.1.3"

[build-dependencies.bare-test-macros]
version = "0.2"