forked from golddranks/sharp_pencil
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
28 lines (27 loc) · 812 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "chilli"
version = "0.4.4"
authors = ["Shipeng Feng <[email protected]>", "Pyry Kontio <[email protected]>", "Armer song <[email protected]>"]
keywords = ["web", "framework", "server", "http"]
license = "BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/armersong/chilli"
homepage = "https://github.com/armersong/chilli"
documentation = "http://armersong.github.io/chilli/"
description = "A micro web framework for Rust. (A Pencil fork)"
categories = ["web-programming::http-server"]
[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"
num_cpus = "1.0"