[[example]]
name = "example"
path = "examples/example.rs"
[[example]]
name = "example_with_default_router"
path = "examples/example_with_default_router.rs"
[[example]]
name = "example_template"
path = "examples/example_template.rs"
[[example]]
name = "macro_example"
path = "examples/macro_example.rs"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[[example]]
name = "example_route_data"
path = "examples/example_route_data.rs"
[dependencies]
groupable = "*"
hyper = "=0.3"
lazy_static = "*"
log = "*"
mustache = "*"
plugin = "*"
regex = "*"
rustc-serialize = "*"
time = "*"
typemap = "*"
url = "*"
[features]
unstable = ["hyper/nightly"]
[package]
authors = ["Christoph Burgdorf <christoph@thoughtram.io>", "Kevin Butler <haqkrs@gmail.com>", "Simon Persson <simon@flaskpost.org>"]
description = "An express.js inspired web framework"
keywords = ["nickel", "server", "web", "express"]
license = "MIT"
name = "nickel"
readme = "README.md"
repository = "https://github.com/nickel-org/nickel.rs"
version = "0.4.0"