influxdb 0.0.1

InfluxDB Driver for Rust
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]
edition = "2018"
name = "influxdb"
version = "0.0.1"
authors = ["Gero Gerke <11deutron11@gmail.com>"]
include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
description = "InfluxDB Driver for Rust"
readme = "README.md"
keywords = ["influxdb", "database", "influx"]
license-file = "LICENSE.md"
repository = "https://github.com/Empty2k12/influxdb-rust"
[dependencies.failure]
version = "0.1.5"

[dependencies.futures]
version = "0.1.27"

[dependencies.itertools]
version = "0.8"

[dependencies.reqwest]
version = "0.9.17"

[dependencies.serde]
version = "1.0.92"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.tokio]
version = "0.1.20"

[features]
default = ["use-serde"]
use-serde = ["serde", "serde_json"]
[badges.coveralls]
branch = "master"
repository = "Empty2k12/influxdb-rust"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "Empty2k12/influxdb-rust"