rufutex 0.1.0

Ulrich Drepper's mutex using futex implementation in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"

[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"

[[package]]
name = "rufutex"
version = "0.1.0"
dependencies = [
 "libc",
 "log",
 "rushm",
]

[[package]]
name = "rushm"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250b042afce43ee1df81d59cc52bc702c8066b4b2332b67eae601385a725ffa8"
dependencies = [
 "libc",
 "log",
]