[package] authors = ["Kristoffer Ström "] description = "Wrapper type for thread-exclusive/shared access" name = "thex" keywords = ["concurrency", "rwlock"] version = "0.1.0" license = "Apache-2.0/MIT" documentation = "https://docs.rs/thex/" repository = "https://github.com/krl/thex" [dependencies] lazy_static = "1.0.0" parking_lot = "0.5.3" stable_deref_trait = "1.0.0"