Cargo Features

[dependencies]
sarc = { version = "1.2.0", default-features = false, features = ["yaz0_sarc", "zstd_sarc"] }
default = yaz0_sarc, zstd_sarc

These default features are set whenever sarc is added without default-features = false somewhere in the dependency tree.

yaz0_sarc default = yaz0
zstd_sarc default = zstd

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.

yaz0 yaz0_sarc

Enables yaz0 ^0.1.2

zstd zstd_sarc

Enables zstd ^0.5.1