# 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 = "elastic" version = "0.21.0-pre.5" authors = ["Ashley Mannix "] description = "A modular sync and async client for the Elasticsearch REST API." documentation = "https://docs.rs/elastic/" readme = "../../README.md" keywords = ["elasticsearch", "search"] license = "MIT/Apache-2.0" repository = "https://github.com/elastic-rs/elastic" [dependencies.bytes] version = "~0.4" [dependencies.chrono] version = "~0.4.0" features = ["serde"] [dependencies.crossbeam-channel] version = "~0.3" [dependencies.elastic_derive] version = "~0.21.0-pre.5" [dependencies.error-chain] version = "~0.11" [dependencies.fluent_builder] version = "~0.6" [dependencies.futures] version = "~0.1" [dependencies.geo] version = "~0.12.0" [dependencies.geohash] version = "~0.9.0" [dependencies.geojson] version = "~0.16.0" [dependencies.http] version = "~0.1" [dependencies.log] version = "~0.4" [dependencies.quick-error] version = "~1" [dependencies.reqwest] version = "~0.9" default-features = false [dependencies.serde] version = "~1" [dependencies.serde_derive] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.tokio] version = "~0.1" [dependencies.tokio-threadpool] version = "~0.1" [dependencies.url] version = "~1" [dependencies.uuid] version = "~0.6" features = ["v4"] [dev-dependencies.env_logger] version = "~0.6" [features] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"] [badges.appveyor] repository = "elastic-rs/elastic" [badges.travis-ci] repository = "elastic-rs/elastic"