rp-sdio 0.1.0

simple crate to interface between a disk and it's partitions
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 = "rp-sdio"
version = "0.1.0"
authors = ["Charles Thompson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple crate to interface between a disk and it's partitions"
readme = "README.md"
keywords = [
    "sdio",
    "filesystem",
    "no_std",
    "embedded",
    "rp2040",
]
license = "MIT"
repository = "https://github.com/Gip-Gip/rp-sdio"

[features]
critical-section-impl = ["critical-section/restore-state-u8"]
disable-intrinsics = []
rom-func-cache = []
rom-v2-intrinsics = []
rp2040-e5 = []
rt = ["rp2040-pac/rt"]

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

[dependencies.bytemuck]
version = "1.13.1"
features = ["min_const_generics"]
default-features = false

[dependencies.cortex-m]
version = "0.7.2"

[dependencies.cortex-m-rt]
version = "0.7"

[dependencies.critical-section]
version = "1.0.0"

[dependencies.embedded-hal]
version = "0.2.5"
features = ["unproven"]

[dependencies.embedded-io]
version = "0.4.0"

[dependencies.fugit]
version = "0.3.6"

[dependencies.pio]
version = "0.2.0"

[dependencies.pio-proc]
version = "0.2.0"

[dependencies.rp2040-boot2]
version = "0.3.0"

[dependencies.rp2040-hal]
version = "0.11.0"

[dependencies.rp2040-hal-macros]
version = "0.1.0"

[dependencies.rp2040-pac]
version = "0.4.0"

[dependencies.snafu]
version = "0.7.4"
default-features = false