# 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-client" version = "0.1.4" authors = ["Anders Hallem Iversen ", "Sveinung Ă˜verland"] include = ["src/**/**", "Cargo.toml", "../README.md"] description = "Rust client library for InfluxDB v2" documentation = "https://andorr.github.io/influxdb-client-rs/influxdb_client_rs/index.html" readme = "../README.md" license = "MIT" repository = "https://github.com/Andorr/influxdb-client-rs" [dependencies.influxdb-derives] version = "0.1.0" [dependencies.reqwest] version = "0.11.1" default-features = false [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.mockito] version = "0.29.0" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tokio] version = "1.2.0" [dev-dependencies.tokio-test] version = "0.4.0"