Closed as not planned
Description
Summary 💡
cargo_audtiable aims to make it possible to know the versions of packages compiled in a rust executable there by making it possible to identify vulnerabilities in production binaries currently when building with cargo auditable you get this error
'main' panicked at 'cargo metadata failure: error: Package `gix-features v0.32.1 (/home/Luna/gitoxide/src/gix-features)` does not have feature `prodash`. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
cargo-auditable/src/collect_audit_data.rs:77:9
Motivation 🔦
No response