M4SS-Code / cargo-goggles

Verify that registry crates in your Cargo.lock are reproducible from the git repository
https://crates.io/crates/cargo-goggles
Apache License 2.0
36 stars 2 forks source link

Feature request: Limit on platform #1

Open VorpalBlade opened 6 months ago

VorpalBlade commented 6 months ago

Like cargo-deny, etc it should be possible to limit on which platform you target. E.g. for one of my packages it makes no sense to check the (rather slow to download) windows-rs crate. My actual program can never run on Windows.