chilli 0.4.3

A micro web framework for Rust. (A Pencil fork)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "chilli"
version = "0.4.3"
authors = ["Shipeng Feng <fsp261@gmail.com>", "Pyry Kontio <pyry.kontio@drasa.eu>", "Armer song <armer.song@gmail.com>"]
description = "A micro web framework for Rust. (A Pencil fork)"
homepage = "https://github.com/armersong/chilli"
documentation = "http://armersong.github.io/chilli/"
readme = "README.md"
keywords = ["web", "framework", "server", "http"]
categories = ["web-programming::http-server"]
license = "BSD-3-Clause"
repository = "https://github.com/armersong/chilli"
[dependencies.formdata]
version = "0.12.0"

[dependencies.handlebars]
version = "0.25"
features = ["serde_type"]

[dependencies.hyper]
version = "0.10"

[dependencies.lazycell]
version = "0.5"

[dependencies.log]
version = "0.3.6"

[dependencies.mime]
version = "0.2.2"

[dependencies.mime_guess]
version = "1.8.0"

[dependencies.num_cpus]
version = "1.0"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "0.9"

[dependencies.serde_json]
version = "0.9"

[dependencies.time]
version = "0.1"

[dependencies.typemap]
version = "0.3.3"

[dependencies.url]
version = "1.2.1"