gotham 0.4.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]
edition = "2018"
name = "gotham"
version = "0.4.0"
authors = ["Shaun Mangelsdorf <s.mangelsdorf@gmail.com>", "Colin Bankier <colinbankier@gmail.com>", "Isaac Whitfield <iw@whitfin.io>", "Judson Lester <nyarly@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.10"

[dependencies.bincode]
version = "1.0"

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

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.cookie]
version = "0.12"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.httpdate]
version = "0.3"

[dependencies.hyper]
version = "0.12"

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

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2.0.0-alpha.6"

[dependencies.mio]
version = "0.6"

[dependencies.num_cpus]
version = "1.8"

[dependencies.rand]
version = "0.6"

[dependencies.rand_chacha]
version = "0.1"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-rustls]
version = "0.9"

[dependencies.url]
version = "1.7"

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