Crates.io | cargo-goggles |
lib.rs | cargo-goggles |
version | 0.0.2 |
source | src |
created_at | 2024-04-01 06:57:17.101778 |
updated_at | 2024-04-03 15:40:47.58067 |
description | Verify that registry crates in your Cargo.lock are reproducible from the git repository |
homepage | |
repository | https://github.com/M4SS-Code/cargo-goggles |
max_upload_size | |
id | 1192271 |
size | 73,721 |
Verify that registry crates in your Cargo.lock are reproducible from the git repository.
This cargo subcommand analyzes the following properties for crates in your Cargo.lock:
Cargo.toml
contains a repository
field pointing at a valid git repository.cargo_vcs_info.json
, if present# Install
cargo install --locked cargo-goggles
# Run it inside your project (must already contain a Cargo.lock file)
cargo goggles
git
CLIcrates_io_analyzer
tool.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.