Cargo Features

wadm has no features set by default.

[dependencies]
wadm = { version = "0.11.1", features = ["cli", "prometheus"] }
cli = clap, opentelemetry, opentelemetry-otlp, tracing-opentelemetry, tracing-subscriber

Required by the binary

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.

clap cli?
opentelemetry cli?

Enables opentelemetry ^0.17

One version back to avoid clashes with 0.10 of otlp

opentelemetry-otlp cli?

Enables opentelemetry-otlp ^0.10

0.10 to avoid protoc dep

prometheus implicit feature

Enables prometheus

TODO: Actually leverage prometheus

tracing-opentelemetry cli?

Enables tracing-opentelemetry ^0.17

tracing-subscriber cli?