ax-mm 0.5.21

ArceOS virtual memory management module
# 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-mm"
version = "0.5.21"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS virtual memory management module"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
copy = ["ax-page-table-multiarch/copy-from"]

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

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

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

[dependencies.ax-hal]
version = "0.5.21"
features = ["paging"]

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

[dependencies.ax-lazyinit]
version = "0.4.8"

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

[dependencies.ax-memory-set]
version = "0.6.10"
features = ["ax-errno"]

[dependencies.ax-page-table-multiarch]
version = "0.8.12"
optional = true

[dependencies.log]
version = "0.4"