tide 0.1.1

WIP modular 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]
edition = "2018"
name = "tide"
version = "0.1.1"
authors = ["Aaron Turon <aturon@mozilla.com>", "Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "WIP modular web framework"
documentation = "https://docs.rs/tide"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustasync/tide"
[dependencies.cookie]
version = "0.11"

[dependencies.fnv]
version = "1.0.6"

[dependencies.futures-preview]
version = "0.3.0-alpha.14"

[dependencies.http]
version = "0.1"

[dependencies.http-service]
version = "0.1.5"

[dependencies.http-service-hyper]
version = "0.1.1"
optional = true

[dependencies.multipart]
version = "0.15.3"
features = ["server"]
default-features = false

[dependencies.pin-utils]
version = "0.1.0-alpha.4"

[dependencies.route-recognizer]
version = "0.1.12"

[dependencies.serde]
version = "1.0.90"

[dependencies.serde_derive]
version = "1.0.90"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.serde_qs]
version = "0.4.5"

[dependencies.slog]
version = "2.4.1"

[dependencies.slog-async]
version = "2.3.0"

[dependencies.slog-term]
version = "2.4.0"

[dependencies.typemap]
version = "0.3.3"
[dev-dependencies.basic-cookies]
version = "0.1.3"

[dev-dependencies.http-service-mock]
version = "0.1.1"

[dev-dependencies.juniper]
version = "0.10.0"

[dev-dependencies.serde]
version = "1.0.90"

[dev-dependencies.serde_derive]
version = "1.0.90"

[dev-dependencies.structopt]
version = "0.2.15"

[features]
default = ["hyper"]
hyper = ["http-service-hyper"]