[package]
edition = "2024"
name = "chenhe-tg-rcore-tutorial-kernel-context"
version = "0.1.0-preview.1"
authors = ["Chen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel context management for rCore tutorial OS, including task context switching."
readme = "README.md"
keywords = [
"ai",
"ai4ose",
"kernel",
"learning",
"os",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]
[features]
foreign = ["spin"]
[lib]
name = "chenhe_tg_rcore_tutorial_kernel_context"
path = "src/lib.rs"
[dependencies.spin]
version = "0.9"
optional = true