Cargo Features

[dependencies]
dmgwiz = { version = "0.2.4", default-features = false, features = ["crypto"] }
default = crypto

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

crypto default = openssl, ring

Affects crypto::reader

Required by the binary

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.

ring crypto

Enables ring ^0.16

openssl crypto