thruster-core-async-await 0.7.3

An async await shim for the core features of the thruster web framework
Documentation
[package]
name = "thruster-core-async-await"
version = "0.7.3"
authors = ["Pete Mertz <peter.s.mertz@gmail.com>"]
description = "An async await shim for the core features of the thruster web framework"
readme = "README.md"
license = "MIT"
keywords = ["thruster", "router", "fast", "http", "hyper"]
documentation = "https://thruster.github.com"
homepage = "https://thruster.github.com"
repository = "https://github.com/trezm/thruster"
edition = "2018"

[features]
thruster_async_await = []

[dependencies]
futures-legacy = { version = "0.1.23", package = "futures" }
futures-preview = "0.3.0-alpha.13"