elastic 0.13.1

A modular client for the Elasticsearch REST API.
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"
version = "0.13.1"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
description = "A modular client for the Elasticsearch REST API."
documentation = "https://docs.rs/elastic/"
keywords = ["elasticsearch", "search"]
license = "Apache-2.0"
repository = "https://github.com/elastic-rs/elastic"
[dependencies.error-chain]
version = "~0.9.0"

[dependencies.serde_json]
version = "~1"

[dependencies.elastic_reqwest]
version = "~0.8.0"

[dependencies.serde]
version = "~1"

[dependencies.reqwest]
version = "~0.6.0"

[dependencies.elastic_types]
version = "~0.18.0"
[dev-dependencies.elastic_derive]
version = "~0.13.1"

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

[dev-dependencies.serde_derive]
version = "~1"

[features]
nightly = ["elastic_reqwest/nightly"]
[badges.travis-ci]
repository = "elastic-rs/elastic"

[badges.appveyor]
repository = "elastic-rs/elastic"