Cargo Features

[dependencies]
highlightio = { version = "1.0.2", default-features = false, features = ["sync", "tokio", "tokio-current-thread", "async-std"] }
default = sync

The sync feature is set by default whenever highlightio is added without default-features = false somewhere in the dependency tree.

sync default

Enables reqwest-blocking-client of opentelemetry-otlp ^0.14

tokio

Enables reqwest-client and tokio of opentelemetry-otlp ^0.14, rt-tokio of opentelemetry_sdk ^0.21

tokio-current-thread

Enables reqwest-client and tokio of opentelemetry-otlp ^0.14, rt-tokio-current-thread of opentelemetry_sdk ^0.21

async-std

Enables surf-client of opentelemetry-otlp ^0.14, rt-async-std of opentelemetry_sdk ^0.21

highlightio has 5 features without comments.