tide 0.0.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.0.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/rust-net-web/tide"
[dependencies.futures-preview]
version = "0.3.0-alpha.12"
features = ["compat"]

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12.0"

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

[dependencies.path-table]
version = "1.0.0"

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

[dependencies.serde]
version = "1.0.80"

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0.32"

[dependencies.serde_qs]
version = "0.4.1"

[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.2"

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