Cargo Features
[dependencies]
sylt = { version = "0.1.0", default-features = false, features = ["lingon", "network", "criterion"] }
- default = lingon, network
-
These default features are set whenever
sylt
is added without
somewhere in the dependency tree.default-features = false - lingon default
- network default
Features from optional dependencies
- criterion implicit feature
-
Enables criterion ^0.3
criterion:
Statistics-driven micro-benchmarking library