axklib 0.6.2

Small kernel-helper abstractions used across the microkernel
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 = "axklib"
version = "0.6.2"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small kernel-helper abstractions used across the microkernel"
documentation = "https://arceos-hypervisor.github.io/axklib"
readme = "README.md"
keywords = [
    "arceos",
    "kernel",
]
categories = [
    "os",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axklib"

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

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

[dependencies.ax-alloc]
version = "0.8.2"
default-features = false

[dependencies.ax-errno]
version = "0.6.0"

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

[dependencies.dma-api]
version = "0.8.1"

[dependencies.irq-framework]
version = "0.1.0"

[dependencies.mmio-api]
version = "0.2.2"

[dependencies.trait-ffi]
version = "0.2"