cargo-sanitize

Crates.iocargo-sanitize
lib.rscargo-sanitize
version0.2.0
sourcesrc
created_at2024-07-05 18:02:57.790766
updated_at2024-07-07 20:26:01.001329
descriptionSanitize a Cargo.toml file to remove dependencies outside of the default registry
homepagehttps://rob-p.github.io/cargo-sanitize/
repositoryhttps://github.com/rob-p/cargo-sanitize
max_upload_size
id1292937
size34,143
Rob Patro (rob-p)

documentation

https://rob-p.github.io/cargo-sanitize/

README

cargo-sanitize

Purpose

The cargo-sanitize program removes custom paths / sources from dependencies in your Cargo.toml file (i.e. those pointing to git repositories or local paths). It is intended to provide a super lightweight version of the transformation that cargo publish does to your Cargo.toml file before publishing to crates.io. For more information on cargo-sanitize, please refer to the docs.

Commit count: 17

cargo fmt