[package] name = "givable_mutex" description = "A mutex with locks you can \"give up\" in order to reentrantly relock" license = "MIT" version = "0.3.0" authors = ["FireCubez"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["nightly"] nightly = [] [dependencies] parking_lot = "0.11" lock_api = "0.4" thread_local = "1" once_cell = "1"