# 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" 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" path = "src/lib.rs" [dependencies.rinfluxdb-dataframe] version = "=0.2.0" optional = true [dependencies.rinfluxdb-flux] version = "=0.2.0" optional = true default-features = false [dependencies.rinfluxdb-influxql] version = "=0.2.0" optional = true default-features = false [dependencies.rinfluxdb-lineprotocol] version = "=0.2.0" optional = true default-features = false [dependencies.rinfluxdb-polars] version = "=0.2.0" optional = true [dependencies.rinfluxdb-types] version = "=0.2.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [dev-dependencies.url] version = "2" [features] client = ["rinfluxdb-lineprotocol/client", "rinfluxdb-influxql/client", "rinfluxdb-flux/client"] dataframe = ["rinfluxdb-dataframe"] default = ["client", "lineprotocol", "influxql", "flux", "dataframe"] flux = ["rinfluxdb-flux"] influxql = ["rinfluxdb-influxql"] lineprotocol = ["rinfluxdb-lineprotocol"] polars = ["rinfluxdb-polars"]