[[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 = "hello_world_macro"
path = "examples/hello_world_macro.rs"
[[example]]
name = "moved_ownership"
path = "examples/moved_ownership.rs"
[[example]]
name = "example_route_data"
path = "examples/example_route_data.rs"
[[example]]
name = "mount"
path = "examples/mount.rs"
[[example]]
name = "chaining"
path = "examples/chaining.rs"
[[example]]
name = "form_data"
path = "examples/form_data/form_data.rs"
[dependencies]
groupable = "*"
lazy_static = "*"
log = "*"
modifier = "*"
mustache = "*"
plugin = "*"
regex = "*"
rustc-serialize = "*"
time = "*"
typemap = "*"
url = "*"
[dependencies.compiletest_rs]
optional = true
version = "*"
[dependencies.hyper]
default-features = false
version = "=0.6"
[features]
ssl = ["hyper/ssl"]
unstable = ["hyper/nightly", "compiletest_rs"]
[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.7.1"