mini_http 0.0.3

Simple HTTP server built on mio
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 = "mini_http"
version = "0.0.3"
authors = ["James Kominick <james.kominick@gmail.com>"]
description = "Simple HTTP server built on mio"
documentation = "https://docs.rs/mini_http"
readme = "README.md"
keywords = ["web"]
categories = ["web-programming::http-server", "asynchronous"]
license = "MIT"
[dependencies.httparse]
version = "1"

[dependencies.mio]
version = "0.6"

[dependencies.log]
version = "0.3"

[dependencies.threadpool]
version = "1"

[dependencies.slab]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.http]
version = "0.1"

[dependencies.error-chain]
version = "0.11"
[dev-dependencies.env_logger]
version = "0.4"
[badges.travis-ci]
branch = "master"
repository = "jaemk/mini_http"