[package] name = "remutex" version = "0.1.1" authors = ["Ivan Smirnov "] keywords = ["mutex"] license = "MIT/Apache-2.0" repository = "https://github.com/aldanor/hdf5-rs" description = "Recursive mutex, adapted from Rust's standard library" [dependencies] libc = "0.2.6"