ax-dma 0.5.13

ArceOS global DMA allocator
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 = "ax-dma"
version = "0.5.13"
authors = ["Zhour Rui <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS global DMA allocator"
readme = false
keywords = [
    "arceos",
    "kernel",
]
categories = [
    "os",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
buddy-slab = ["ax-alloc/buddy-slab"]
default = []

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

[dependencies.ax-alloc]
version = "0.7.0"

[dependencies.ax-allocator]
version = "0.5.0"
features = ["slab"]

[dependencies.ax-config]
version = "0.5.10"

[dependencies.ax-hal]
version = "0.5.13"

[dependencies.ax-kspin]
version = "0.3.8"

[dependencies.ax-memory-addr]
version = "0.6.8"

[dependencies.ax-mm]
version = "0.5.13"

[dependencies.log]
version = "0.4"