Cargo Features

[dependencies]
metrics-exporter-influx = { version = "0.1.3", default-features = false, features = ["http"] }
default = http

The http feature is set by default whenever metrics-exporter-influx is added without default-features = false somewhere in the dependency tree.

http default = reqwest

Enables http ^0.2.9

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.

reqwest http

Enables reqwest ^0.11.18