elastic_responses 0.20.4

Parses search results from Elasticsearch and presents results using convenient iterators.
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_responses"
version = "0.20.4"
authors = ["Stephan Buys <stephan.buys@panoptix.co.za>", "Ashley Mannix <ashleymannix@live.com.au>"]
description = "Parses search results from Elasticsearch and presents results using convenient iterators."
documentation = "https://docs.rs/elastic_responses"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/elastic-rs/elastic"
[dependencies.log]
version = "~0.3"

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

[dependencies.serde]
version = "~1"

[dependencies.serde_derive]
version = "~1"

[dependencies.serde_json]
version = "~1"

[dependencies.slog]
version = "~1.4"

[dependencies.slog-envlogger]
version = "~0.5"

[dependencies.slog-stdlog]
version = "~1.1"
[dev-dependencies.json_str]
version = "^0.*"