ax-sync 0.5.11

ArceOS synchronization primitives
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 = "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"