Cargo Features
[dependencies]
iroh = { version = "0.32.1", default-features = false, features = ["metrics", "discovery-local-network", "discovery-pkarr-dht", "examples", "test-utils"] }
- default = metrics
-
The
metrics
feature is set by default wheneveriroh
is added without
somewhere in the dependency tree.default-features = false - metrics default
-
Enables metrics of iroh-metrics, iroh-relay, iroh-net-report, and portmapper
- discovery-local-network
-
Enables swarm-discovery
local-swarm-discovery
Affects
discovery::local_swarm_discovery
… - discovery-pkarr-dht
-
pkarr:
Clients
Enable the [Client] with [mainline] support.Affects
pkarr::dht
… - examples
-
Enables ticket of iroh-base and clap and indicatif
clap:
Examples
and parse-size =1.0.0 and tracing-subscriber
parse-size:
pinned version to avoid bumping msrv to 1.81
- test-utils
-
Enables axum ^0.7, server and test-utils of iroh-relay