elastic_reqwest 0.20.3

A lightweight implementation of the Elasticsearch API based on reqwest.
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 = "elastic_reqwest"
version = "0.20.3"
authors = ["Ashley Mannix <ashleymannix@live.com.au>", "Stephan Buys <stephan.buys@gmail.com>"]
description = "A lightweight implementation of the Elasticsearch API based on reqwest."
documentation = "https://docs.rs/elastic_reqwest/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/elastic-rs/elastic"
[dependencies.futures]
version = "~0.1.16"

[dependencies.url]
version = "~1"

[dependencies.bytes]
version = "0.4.5"

[dependencies.serde_json]
version = "~1"

[dependencies.tokio-core]
version = "~0.1.9"

[dependencies.reqwest]
version = "~0.8.0"
features = ["unstable"]

[dependencies.serde]
version = "~1"

[dependencies.quick-error]
version = "~1"

[dependencies.elastic_requests]
version = "~0.20.0"

[dependencies.elastic_responses]
version = "~0.20.2"
[dev-dependencies.json_str]
version = "^0.*"