izanami-http 0.1.0-preview.1

HTTP-specific abstraction for izanami.
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 = "izanami-http"
version = "0.1.0-preview.1"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
description = "HTTP-specific abstraction for izanami."
license = "MIT OR Apache-2.0"
repository = "https://github.com/ubnt-intrepid/izanami.git"
[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.izanami-service]
version = "0.1.0-preview.2"

[dependencies.izanami-util]
version = "0.1.0-preview.2"

[dependencies.serde_json]
version = "1"
optional = true

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

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.version-sync]
version = "0.7"

[features]
default = ["serde_json"]