arc-reactor 0.2.4

Minimal, Asynchronous, Web Framework
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 = "arc-reactor"
version = "0.2.4"
authors = ["seunlanlege <seunlanlege@gmail.com>"]
description = "Minimal, Asynchronous, Web Framework"
documentation = "https://docs.rs/arc-reactor/~0.2"
readme = "README.md"
keywords = ["web", "framework", "asynchronous", "futures", "http"]
categories = ["web-programming::http-server", "web-programming"]
license = "MIT"
repository = "https://github.com/seunlanlege/arc-reactor"
[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.futures-await]
version = "0.1"
optional = true

[dependencies.http]
version = "0.1.6"

[dependencies.hyper]
version = "0.12"

[dependencies.hyperx]
version = "0.13"

[dependencies.impl-service]
version = "0.1.6"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

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

[dependencies.native-tls]
version = "0.1"

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

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.4"

[dependencies.tokio]
version = "0.1.7"

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

[features]
default = ["futures"]
unstable = ["impl-service", "futures-await"]