tg-kernel-vm 0.1.0-preview.2

Kernel virtual memory management for rCore tutorial OS.
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 = "2021"
name = "tg-kernel-vm"
version = "0.1.0-preview.2"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel virtual memory management for rCore tutorial OS."
homepage = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
documentation = "https://docs.rs/tg-kernel-vm"
readme = "README.md"
keywords = [
    "rcore",
    "kernel",
    "virtual-memory",
    "riscv",
]
categories = [
    "no-std",
    "embedded",
    "memory-management",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"

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

[dependencies.page-table]
version = "0.0.6"

[dependencies.spin]
version = "0.9"