Cargo Features

[dependencies]
cargo-audit = { version = "0.20.0", default-features = false, features = ["fix", "binary-scanning"] }
default = binary-scanning

The binary-scanning feature is set by default whenever cargo-audit is added without default-features = false somewhere in the dependency tree.

fix

Affects audit::AuditSubcommand

binary-scanning default

Enables auditable-info, auditable-serde, binfarce, cargo-lock, once_cell, and quitters

auditable-info:

for scanning binary files

Affects binary_scanning::BinCommand, audit::AuditSubcommand