scope-local 0.3.3

Scope local storage
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 = "scope-local"
version = "0.3.3"
authors = ["朝倉水希 <asakuramizu111@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scope local storage"
readme = "README.md"
keywords = ["arceos"]
license = "Apache-2.0"
repository = "https://github.com/Starry-OS/scope-local"

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

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

[dependencies.ax-percpu]
version = "0.4.4"

[dependencies.spin]
version = "0.10"
features = ["lazy"]
default-features = false

[dev-dependencies.ax-percpu]
version = "0.4.4"
features = ["non-zero-vma"]

[dev-dependencies.ctor]
version = "0.6"