shio 0.3.0

Shio is a fast, simple, and asynchronous micro web-framework for Rust.
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 = "shio"
version = "0.3.0"
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
description = "Shio is a fast, simple, and asynchronous micro web-framework for Rust."
documentation = "https://docs.rs/shio"
keywords = ["shio", "web", "framework", "async", "server"]
categories = ["asynchronous", "web-programming::http-server"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mehcode/shio-rs"
[dependencies.futures]
version = "0.1.14"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.net2]
version = "0.2.31"

[dependencies.num_cpus]
version = "1.6.2"

[dependencies.regex]
version = "0.2"

[dependencies.tokio-core]
version = "0.1.9"

[dependencies.tokio-proto]
version = "0.1.1"

[dependencies.unsafe-any]
version = "0.4.2"

[features]
default = []
nightly = []