[package]
name = "sharp_pencil"
version = "0.4.0"
authors = ["Shipeng Feng <fsp261@gmail.com>", "Pyry Kontio <pyry.kontio@drasa.eu>"]
keywords = ["web", "framework"]
license = "BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/fengsp/pencil"
homepage = "https://github.com/fengsp/pencil"
documentation = "http://fengsp.github.io/pencil/"
description = "A micro web framework for Rust."
[dependencies]
regex = "0.2"
serde = "0.9"
serde_json = "0.9"
url = "1.2.1"
log = "0.3.6"
handlebars = { version = "0.25", features = ["serde_type"] }
typemap = "0.3.3"
mime = "0.2.2"
mime_guess = "1.8.0"
hyper = "0.10"
formdata = "0.12.0"
lazycell = "0.5"
time = "0.1"