gotham 0.2.0

A flexible web framework that promotes stability, safety, security and speed.
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 = "gotham"
version = "0.2.0"
authors = ["Shaun Mangelsdorf <s.mangelsdorf@gmail.com>", "Bradley Beddoes <bradleybeddoes@gmail.com>"]
description = "A flexible web framework that promotes stability, safety, security and speed."
homepage = "https://gotham.rs"
readme = "README.md"
keywords = ["http", "async", "web", "framework", "blockchain"]
categories = ["web-programming::http-server"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gotham-rs/gotham"
[dependencies.base64]
version = "0.9"

[dependencies.bincode]
version = "1"

[dependencies.borrow-bag]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam]
version = "0.3"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"
features = []

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.mio]
version = "0.6"

[dependencies.num_cpus]
version = "1"

[dependencies.rand]
version = "0.4"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

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

[dependencies.url]
version = "1"

[dependencies.uuid]
version = "0.6"
features = ["v4"]
[dev-dependencies.gotham_derive]
version = "0.2"
[badges.travis-ci]
branch = "master"
repository = "gotham-rs/gotham"