[package] name = "influxdb-client" version = "0.1.4" authors = ["Anders Hallem Iversen ", "Sveinung Ă˜verland"] edition = "2018" license = "MIT" description = "Rust client library for InfluxDB v2" documentation = "https://andorr.github.io/influxdb-client-rs/influxdb_client_rs/index.html" repository = "https://github.com/Andorr/influxdb-client-rs" readme = "../README.md" include = ["src/**/**", "Cargo.toml", "../README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] influxdb-derives = { path = "../influxdb-derives", version = "0.1.0" } reqwest = { version = "0.11.1", default-features = false } [dev-dependencies] chrono = "0.4.19" mockito = "0.29.0" rand = "0.8.3" tokio = "1.2.0" tokio-test = "0.4.0"