[package] authors = ["phqb "] description = "Macro to aquire `std::syn::RwLock` or `std::syn::Mutex` locks with consistent order to prevent deadlock" homepage = "https://github.com/phqb/sorted_locks_derive" name = "sorted_locks_derive" repository = "https://github.com/phqb/sorted_locks_derive" license-file = "LICENSE" edition = "2018" version = "0.1.0" readme = "README.md" keywords = ["macro"] [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0"