Cargo Features
[dependencies]
rinfluxdb = { version = "0.2.0", default-features = false, features = ["client", "lineprotocol", "influxql", "flux", "dataframe", "polars"] }
- default = client, dataframe, flux, influxql, lineprotocol
-
These default features are set whenever
rinfluxdb
is added without
somewhere in the dependency tree.default-features = false - client default
-
Enables client of rinfluxdb-flux, rinfluxdb-influxql, and rinfluxdb-lineprotocol
Affects
rinfluxdb::FluxClient
,rinfluxdb::FluxAsyncClient
,rinfluxdb::InfluxqlClient
,rinfluxdb::InfluxqlAsyncClient
,rinfluxdb::InfluxLineClient
,rinfluxdb::InfluxAsyncLineClient
… - lineprotocol default = rinfluxdb-lineprotocol
-
Affects
rinfluxdb::InfluxLine
,rinfluxdb::InfluxLineBuilder
,rinfluxdb::InfluxLineClient
,rinfluxdb::InfluxAsyncLineClient
… - influxql default = rinfluxdb-influxql
-
Affects
rinfluxdb::InfluxqlQuery
,rinfluxdb::InfluxqlQueryBuilder
,rinfluxdb::InfluxqlClient
,rinfluxdb::InfluxqlAsyncClient
… - flux default = rinfluxdb-flux
-
Affects
rinfluxdb::FluxQuery
,rinfluxdb::FluxQueryBuilder
,rinfluxdb::FluxClient
,rinfluxdb::FluxAsyncClient
… - dataframe default = rinfluxdb-dataframe
- polars = rinfluxdb-polars
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.