[package] name = "light_pencil" version = "0.4.4" authors = ["Shipeng Feng ", "Pyry Kontio ", "Lukáš Hozda "] keywords = ["web", "framework", "server", "http"] license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/luciusmagn/light_pencil" homepage = "https://github.com/luciusmagnn/light_pencil" documentation = "http://fengsp.github.io/pencil/" description = "A micro web framework for Rust. (A very light fork of a Pencil fork)" categories = ["web-programming::http-server"] [dependencies] regex = "0.2.2" url = "1.5.1" typemap = "0.3.3" mime = "0.3.5" mime_guess = "1.8.2" hyper = "0.10" formdata = "0.12.2" lazycell = "0.5.1"