Cargo Features

[dependencies]
net-sync = { version = "0.0.1", default-features = false, features = ["lz4-compresion"] }
default = lz4-compresion

The lz4-compresion feature is set by default whenever net-sync is added without default-features = false somewhere in the dependency tree.

lz4-compresion default = lz4-compress

Affects compression::lz4

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lz4-compress lz4-compresion