Cargo Features

[dependencies]
autonomi-cli = { version = "0.1.2", default-features = false, features = ["local", "metrics", "network-contacts"] }
default = metrics

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

local

Enables local of autonomi 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.