Cargo Features
[dependencies]
autonomi-cli = { version = "0.1.5", default-features = false, features = ["local", "metrics", "network-contacts"] }
- default = metrics
-
The
metrics
feature is set by default wheneverautonomi-cli
is added without
somewhere in the dependency tree.default-features = false - local
-
Enables local of autonomi ^0.2.4 and sn_peers_acquisition
- metrics default
-
Enables process-metrics of sn_logging
- network-contacts
-
Enables network-contacts of sn_peers_acquisition
autonomi-cli has 4 features without comments.