Cargo Features

[dependencies]
libratman = { version = "0.7.0", default-features = false, features = ["client", "metrics", "daemon"] }
default = client, netmod

TODO: figure out if it makes sense to disable one or both of these features by default

netmod client default
metrics = prometheus-client
daemon = axum

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.

axum daemon?

Enables axum ^0.7.0

prometheus-client metrics?

Enables prometheus-client ^0.16