[package] name = "happylock" version = "0.1.0" authors = ["Mica White "] edition = "2021" description = "Free deadlock prevention" documentation = "https://docs.rs/happylock" readme = "README.md" repository = "https://github.com/botahamec/happylock/" license = "CC0-1.0" keywords = ["deadlock", "mutex", "rwlock"] categories = ["concurrency"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thread_local = "1" once_cell = "1" lock_api = "0.4" parking_lot = "0.12" spin = "0.9"