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 whenevernetdig
is added without
somewhere in the dependency tree.default-features = false - json = serde
-
Enables serde_json
- serde json?
- cli
-
Required by the binary
- tracing default