hermit-sync 0.2.0

Synchronization primitives for kernels.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "exclusive_cell"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5b9e9908e50b47ebbc3d6fd66ed295b997c270e8d2312a035bcc62722a160ef"

[[package]]
name = "generic_once_cell"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c68077b018781ddfbc95f9d333ddacd1c8c1da4f331407c5cecc63f53733eab"
dependencies = [
 "lock_api",
]

[[package]]
name = "hermit-sync"
version = "0.2.0"
dependencies = [
 "exclusive_cell",
 "generic_once_cell",
 "interrupt-mutex",
 "interrupts",
 "lock_api",
 "one-shot-mutex",
 "spinning_top",
]

[[package]]
name = "interrupt-mutex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23f5f7b1e09352d9fcac00d7df71b8414a8b827e30d4fcf2d7a653fc34db7528"
dependencies = [
 "interrupts",
 "lock_api",
]

[[package]]
name = "interrupts"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bbb59c47a9cbc081a8ac5ba94873d3058d88cff284c07a8eb7da0df3857d81"

[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
 "scopeguard",
]

[[package]]
name = "one-shot-mutex"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbb10614a03e671fcbb7f1421656788f9a761aab44563b83b07140c354fa9334"
dependencies = [
 "lock_api",
]

[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"

[[package]]
name = "spinning_top"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
dependencies = [
 "lock_api",
]