dma-api 0.7.0

Trait for DMA alloc and some collections
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 = "dma-api"
version = "0.7.0"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait for DMA alloc and some collections"
readme = "README.md"
keywords = [
    "os",
    "dma",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drivercraft/sparreal-os"

[features]

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

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

[[test]]
name = "test_helpers"
path = "tests/test_helpers.rs"

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

[dependencies.derive_more]
version = "2.1"
features = ["full"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.mbarrier]
version = "0.1"

[dependencies.spin]
version = "0.10"

[dependencies.thiserror]
version = "2"
default-features = false

[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64-cpu-ext]
version = "0.1"