Cargo Features
[dependencies]
highlightio = { version = "1.0.3", default-features = false, features = ["sync", "tokio", "tokio-current-thread", "async-std"] }
- default = sync
-
The
sync
feature is set by default wheneverhighlightio
is added without
somewhere in the dependency tree.default-features = false - 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.