[package]
edition = "2024"
name = "cpu-local"
version = "0.1.0"
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Architecture CPU-local register capability for TGOSKits"
readme = "README.md"
keywords = [
"arceos",
"kernel",
]
categories = [
"os",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"
[features]
host-test = []
tls = []
[lib]
name = "cpu_local"
path = "src/lib.rs"
[[test]]
name = "final_image_tls_feature_tree_contract"
path = "tests/final_image_tls_feature_tree_contract.rs"
[[test]]
name = "image_feature_graph_contract"
path = "tests/image_feature_graph_contract.rs"
[[test]]
name = "loongarch_anchor_contract"
path = "tests/loongarch_anchor_contract.rs"
[[test]]
name = "register_mode_contract"
path = "tests/register_mode_contract.rs"
[[test]]
name = "register_module_layout_contract"
path = "tests/register_module_layout_contract.rs"
[[test]]
name = "register_ownership_contract"
path = "tests/register_ownership_contract.rs"
[[test]]
name = "typed_api_contract"
path = "tests/typed_api_contract.rs"
[dependencies.thiserror]
version = "2"
default-features = false