[package] name = "influent" version = "0.5.3" authors = ["gobwas ", "Bastien Orivel "] 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" maintenance = { status = "looking-for-maintainer" } [dependencies] hyper = { version = "0.12" } tokio = "0.1" tokio-executor = "0.1" http = "0.1" url = "2.0" futures = "0.1" base64 = "0.12"