Cargo Features

[dependencies]
apple-xar = { version = "0.18.0", default-features = false, features = ["signing"] }
default = signing

The signing feature is set by default whenever apple-xar is added without default-features = false somewhere in the dependency tree.

signing default

Enable support for extracting the cryptographic signature in XAR archives.

Enables bcder, cryptographic-message-syntax, rand, reqwest ^0.11.23, and signature

Affects apple-xar::signing