Crates.io | cargo-sanitize |
lib.rs | cargo-sanitize |
version | 0.2.0 |
source | src |
created_at | 2024-07-05 18:02:57.790766 |
updated_at | 2024-07-07 20:26:01.001329 |
description | Sanitize a Cargo.toml file to remove dependencies outside of the default registry |
homepage | https://rob-p.github.io/cargo-sanitize/ |
repository | https://github.com/rob-p/cargo-sanitize |
max_upload_size | |
id | 1292937 |
size | 34,143 |
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.