bravery 0.1.0

A fast http async web server
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]
edition = "2018"
name = "bravery"
version = "0.1.0"
authors = ["Tommaso Allevi <tomallevi@gmail.com>"]
description = "A fast http async web server"
readme = "README.md"
keywords = ["bravery", "fast", "http", "api"]
license = "MIT"
repository = "https://github.com/allevo/bravery"

[[example]]
name = "hello_world"
test = true

[[example]]
name = "post_body"
test = true

[[example]]
name = "query_params"
test = true

[[example]]
name = "shared_state"
test = true
[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1.23"

[dependencies.http]
version = "0.1.7"

[dependencies.httparse]
version = "1.1.2"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.24"

[dependencies.serde_derive]
version = "1.0.24"

[dependencies.serde_json]
version = "1.0.8"

[dependencies.serde_urlencoded]
version = "0.5.4"

[dependencies.tokio]
version = "0.1.6"

[dependencies.tokio-codec]
version = "0.1.0"

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

[dependencies.tokio-io]
version = "0.1"