influent 0.5.0

InfluxDB Rust driver
Documentation
[package]
name = "influent"
version = "0.5.0"
authors = ["gobwas <gobwas@gmail.com>", "Bastien Orivel <eijebong@bananium.fr>"]

description = "InfluxDB Rust driver"
documentation = "http://gobwas.github.io/influent.rs/influent/index.html"
repository = "https://github.com/gobwas/influent.rs"
readme = "README.md"
keywords = ["influx", "influxdb"]
license = "MIT"

[dependencies]
hyper = { version = "0.12" }
tokio = "0.1"
tokio-executor = "0.1"
http = "0.1"
url = "1.7"
futures = "0.1"
base64 = "0.9"