Cargo Features

[dependencies]
iroh-net-report = { version = "0.33.0", default-features = false, features = ["metrics", "stun-utils"] }
default = metrics

The metrics feature is set by default whenever iroh-net-report is added without default-features = false somewhere in the dependency tree.

metrics default

Enables metrics of iroh-metrics ^0.31 and portmapper ^0.3

iroh-metrics:

Enables counters and other metrics being tracked. If disabled, all counters return 0. Macros like inc! will do nothing.

stun-utils

iroh-net-report has 3 features without comments.