[package] name = "middleware-template" version = "0.0.0" authors = ["Shaun Mangelsdorf ", "Bradley Beddoes "] description = "A template for creating custom Gotham middlewares" license = "MIT/Apache-2.0" readme = "README.md" [dependencies] log = "0.4" futures = "0.1" # Middlewares should reference the semantic versions of Gotham that are they compatible with # and not use relative references such as shown here. gotham = "0.4.0" gotham_derive = "0.4.0"