Cargo Features

libits-client has no features set by default.

[dependencies]
libits-client = { version = "2.0.2", features = ["mobility", "geo_routing", "telemetry"] }
mobility geo_routing? = geo

Affects configuration::Configuration.mobility, configuration::Configuration.node, client::application, libits-client::exchange, libits-client::mobility

geo_routing = mobility

Affects configuration::Configuration.geo, mqtt::geo_topic

telemetry = base64, opentelemetry, opentelemetry-http, opentelemetry-otlp, opentelemetry_sdk

Affects configuration::Configuration.telemetry, transport::telemetry

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.

base64 telemetry?
geo mobility?

Enables geo ^0.29

opentelemetry telemetry?

Enables opentelemetry ^0.26

opentelemetry-http telemetry?

Enables opentelemetry-http ^0.26

opentelemetry-otlp telemetry?

Enables opentelemetry-otlp ^0.26

opentelemetry_sdk telemetry?

Enables opentelemetry_sdk ^0.26