Cargo Features
[dependencies]
iroh = { version = "0.33.0", 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 ^0.31, iroh-relay, iroh-net-report, and portmapper ^0.3
- 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 server and test-utils of iroh-relay and axum ^0.7
test_utils