hermit-sync 0.2.0

Synchronization primitives for kernels.
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 = "hermit-sync"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Synchronization primitives for kernels."
readme = "README.md"
keywords = [
    "mutex",
    "interrupts",
    "lazy",
    "static",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hermitcore/hermit-sync"

[features]
all-one-shot = []

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

[dependencies.exclusive_cell]
version = "0.1"

[dependencies.generic_once_cell]
version = "0.1"

[dependencies.interrupt-mutex]
version = "0.2"

[dependencies.interrupts]
version = "0.2"

[dependencies.lock_api]
version = "0.4"

[dependencies.one-shot-mutex]
version = "0.2"

[dependencies.spinning_top]
version = "0.3"