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 default-features = false somewhere in the dependency tree.

lingon default

Enables lingon of sylt-std

network default

Enables network of sylt-std

Features from optional dependencies

criterion implicit feature

Enables criterion ^0.3

criterion:

Statistics-driven micro-benchmarking library