Move to parking_lot for improved concurrency performance
Veloren makes heavy use of multithreading and concurrency. As part of the drive towards 0.2.0, I suggest we begin using parking_lot, a crate that replaces the standard library synchronisation primitives with significantly more performance alternatives. Implementing this change shouldn't require more than an hour of work: the API is almost identical to the standard library one.