ax-sync 0.5.32

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.32"
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 = []
host-test = []
lock-api = ["dep:lock_api"]
sleep = []

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

[[test]]
name = "std"
path = "tests/std.rs"
required-features = ["host-test"]

[dependencies.ax-crate-interface]
version = "0.5"

[dependencies.lock_api]
version = "0.4"
optional = true
default-features = false