Cargo Features

[dependencies]
netdig = { version = "0.0.5", default-features = false, features = ["json", "serde", "cli", "tracing"] }
default = tracing

The tracing feature is set by default whenever netdig is added without default-features = false somewhere in the dependency tree.

json = serde

Enables serde_json

serde json?

Enables serde, serde of ipnet

cli

Enables clap and strum

Required by the binary

tracing default

Enables jacklog and tracing