# 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.10" authors = ["Ashley Mannix ", "Stephan Buys "] description = "A lightweight implementation of the Elasticsearch API based on reqwest." documentation = "https://docs.rs/elastic_reqwest/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/elastic-rs/elastic" [dependencies.bytes] version = "~0.4.5" [dependencies.elastic_requests] version = "~0.20.0" [dependencies.elastic_responses] version = "~0.20.7" [dependencies.futures] version = "~0.1.16" [dependencies.quick-error] version = "~1" [dependencies.reqwest] version = "~0.8.0" features = ["unstable"] [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.tokio-core] version = "~0.1.9" [dependencies.url] version = "~1" [dev-dependencies.json_str] version = "^0.*"