Cargo Features
[dependencies]
iroh = { version = "0.95.1", default-features = false, features = ["metrics", "discovery-local-network", "discovery-pkarr-dht", "test-utils"] }
- default = metrics
-
The
metricsfeature is set by default wheneverirohis added withoutsomewhere in the dependency tree.default-features = false - metrics default
-
Enables metrics of iroh-metrics, iroh-relay, and portmapper
- discovery-local-network
-
Enables swarm-discovery
local-swarm-discovery
Affects
discovery::mdns… - discovery-pkarr-dht
-
pkarr:
Clients
Enable the [Client] with [mainline] support.Affects
pkarr::dht… - test-utils
-
Enables server and test-utils of iroh-relay and axum
test_utils