# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rinfluxdb-influxql" version = "0.2.0" authors = ["Claudio Mattera "] exclude = [".drone.yml"] description = "A library for querying and posting data to InfluxDB" readme = "../Readme.md" keywords = ["influxdb", "timeseries"] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/claudiomattera/rinfluxdb" [lib] name = "rinfluxdb_influxql" path = "src/lib.rs" [[example]] name = "fetchreadingsinfluxql" required-features = ["client"] [[test]] name = "influxql" required-features = ["client"] [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [dependencies.rinfluxdb-types] version = "=0.2.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" features = ["serde"] optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-std] version = "1" [dev-dependencies.httpmock] version = "0.5" [dev-dependencies.rinfluxdb-dataframe] version = "=0.2.0" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tracing-log] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" features = ["registry", "env-filter"] [features] client = ["reqwest", "url"] default = ["client"]