finchers 0.13.5

A combinator library for builidng asynchronous HTTP services
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 = "finchers"
version = "0.13.5"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
build = "build.rs"
include = ["/Cargo.toml", "/build.rs", "/src/**/*", "/tests/**/*", "/examples/**/*", "/benches/**/*", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md"]
description = "A combinator library for builidng asynchronous HTTP services"
homepage = "https://finchers-rs.github.io"
readme = "README.md"
keywords = ["finchers", "web", "framework", "server"]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/finchers-rs/finchers.git"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "finchers_inject_extern_prelude"]
[dependencies.bitflags]
version = "1.0.4"

[dependencies.bytes]
version = "0.4.9"
features = ["either"]

[dependencies.cookie]
version = "0.11.0"
features = ["percent-encode"]

[dependencies.either]
version = "1.5.0"

[dependencies.failure]
version = "0.1.2"

[dependencies.futures]
version = "0.1.23"

[dependencies.http]
version = "0.1.10"

[dependencies.hyper]
version = "0.12.7"

[dependencies.log]
version = "0.4.3"

[dependencies.mime]
version = "0.3.8"

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

[dependencies.percent-encoding]
version = "1.0.1"

[dependencies.serde]
version = "1.0.71"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.24"

[dependencies.serde_qs]
version = "0.4.1"

[dependencies.tokio]
version = "0.1.8"

[dependencies.tokio-threadpool]
version = "0.1.7"

[dependencies.tower-service]
version = "0.1.0"

[dependencies.tower-web]
version = "0.3.0"
optional = true
default-features = false

[dependencies.url]
version = "1.7.1"
[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.matches]
version = "0.1.8"
[build-dependencies.version_check]
version = "0.1.5"

[features]
default = []
secure = ["cookie/secure"]
[badges.maintenance]
status = "actively-developed"