Cargo Features
[dependencies]
cargo-audit = { version = "0.21.0", default-features = false, features = ["fix", "binary-scanning"] }
- default = binary-scanning
-
The
binary-scanning
feature is set by default whenevercargo-audit
is added without
somewhere in the dependency tree.default-features = false - fix
-
Affects
audit::AuditSubcommand
… - binary-scanning default
-
Enables auditable-info ^0.8, auditable-serde ^0.7, binfarce, once_cell, and quitters
auditable-info:
for scanning binary files
Affects
binary_scanning::BinCommand
,audit::AuditSubcommand
…