Cargo Features
[dependencies]
protopathy = { version = "0.0.1", default-features = false, features = ["tcp", "tracing"] }
- default = tcp, tracing
-
These default features are set whenever
protopathy
is added without
somewhere in the dependency tree.default-features = false - tcp default
- tracing default
-
Enables tracing
Protopathy has 3 features without comments.