[package]
edition = "2024"
name = "ax-sync"
version = "0.5.11"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS synchronization primitives"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"
[features]
default = []
multitask = ["ax-task/multitask"]
[lib]
name = "ax_sync"
path = "src/lib.rs"
[dependencies.ax-kspin]
version = "0.3"
[dependencies.ax-task]
version = "0.5"
[dependencies.lock_api]
version = "0.4"
default-features = false
[target.'cfg(not(target_os = "none"))'.dev-dependencies.ax-task]
version = "0.5"
features = ["test"]
[target.'cfg(not(target_os = "none"))'.dev-dependencies.fastrand]
version = "2.3"