[package] name = "turbofish" version = "0.0.0" license = "MIT" authors = ["ibraheem "] edition = "2018" description = "A fast lightweight rust framework built on top of hyper (wip)." repository = "https://github.com/ibraheemdev/turbofish/" readme = "README.md" [dependencies] futures = "0.3.6" http = "0.2.1" hyper = "0.13.8" log = "0.4.11" pin-project = "1.0.1"