Cargo Features

[dependencies]
ant-cli = { version = "0.3.1", default-features = false, features = ["local", "metrics", "nightly"] }
default = metrics

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

local

Enables local of ant-bootstrap, process-metrics of ant-logging, local of autonomi

metrics default

Enables process-metrics of ant-logging

nightly

ant-cli has 4 features without comments.