Convert crates to Rust 2018 Edition (#72)
* cargo fix --edition
* Simplify DispatchFuture's Future implementation now that NLL has landed
* Update MRV & remove extern crate from the README
* Convert code to 2018 edition & eradicate extern crate
* cargo +stable fmt