nickel 0.11.0

An express.js inspired web framework
Documentation
[dependencies.compiletest_rs]
optional = true
version = "0.3"

[dependencies.groupable]
version = "0.2"

[dependencies.hyper]
default-features = false
version = "0.10"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.3"

[dependencies.modifier]
version = "0.1"

[dependencies.mustache]
version = "0.9"

[dependencies.plugin]
version = "0.2"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"

[dependencies.typemap]
version = "0.3"

[dependencies.url]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[[example]]
name = "logger_middleware"
path = "examples/logger_middleware.rs"

[[example]]
name = "routing"
path = "examples/routing.rs"

[[example]]
name = "enable_cors"
path = "examples/enable_cors.rs"

[[example]]
name = "template"
path = "examples/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 = "json"
path = "examples/json.rs"

[[example]]
name = "custom_error_handler"
path = "examples/custom_error_handler.rs"

[[example]]
name = "moved_ownership"
path = "examples/moved_ownership.rs"

[[example]]
name = "route_data"
path = "examples/route_data.rs"

[[example]]
name = "integration_testing"
path = "examples/integration_testing.rs"

[[example]]
name = "static_files"
path = "examples/static_files.rs"

[[example]]
name = "regex_route"
path = "examples/regex_route.rs"

[[example]]
name = "query_string"
path = "examples/query_string.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"

[[example]]
name = "https"
path = "examples/https.rs"

[[example]]
name = "no_macro_custom_data"
path = "examples/no_macro_custom_data.rs"

[features]
unstable = ["hyper/nightly", "compiletest_rs"]

[package]
authors = ["Christoph Burgdorf <christoph@thoughtram.io>", "Kevin Butler <haqkrs@gmail.com>", "Simon Persson <simon@flaskpost.org>", "Jeff Olhoeft <jolhoeft@gmail.com>"]
autoexamples = false
description = "An express.js inspired web framework"
homepage = "http://nickel-org.github.io/"
keywords = ["nickel", "server", "web", "express"]
license = "MIT"
name = "nickel"
readme = "README.md"
repository = "https://github.com/nickel-org/nickel.rs"
version = "0.11.0"