Cargo Features

[dependencies]
asar = { version = "0.3.0", default-features = false, features = ["integrity", "write", "check-integrity-on-read"] }
default = write

The write feature is set by default whenever asar is added without default-features = false somewhere in the dependency tree.

integrity check-integrity-on-read? write = sha2

Affects asar::integrity

write default = integrity

Affects asar::writer

check-integrity-on-read = integrity

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.

sha2 integrity?