starry-vm 0.3.0

Virtual memory management library for Starry 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 = "2024"
name = "starry-vm"
version = "0.3.0"
authors = [
    "朝倉水希 <asakuramizu111@gmail.com>",
    "Mivik <mivikq@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Virtual memory management library for Starry OS"
readme = false
keywords = ["starry-os"]
license = "Apache-2.0"
repository = "https://github.com/Starry-OS/starry-vm"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = ["alloc"]

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

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

[dependencies.axerrno]
version = "0.2"

[dependencies.bytemuck]
version = "1.24"
features = [
    "align_offset",
    "const_zeroed",
    "zeroable_maybe_uninit",
]

[dependencies.extern-trait]
version = "0.4"

[dev-dependencies.bytemuck]
version = "1.24"
features = ["derive"]