{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiddbc6pg56bn3phsjrdwzendnp6ixt53m7wxoh7mum5aw23fw4una",
"uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mkawiiqypsy2"
},
"path": "/t/pre-rfc-cargo-package-should-include-fewer-files-by-default/24188#post_19",
"publishedAt": "2026-04-24T15:39:58.000Z",
"site": "https://internals.rust-lang.org",
"textContent": "Vorpal:\n\n> I would prefer if it instead of removing these files became possible or even easy to execute the tests of all your dependencies.\n\nIf there is a desire to run something like `cargo test --include-deps`, then that also runs into dependency resolution. As of today, Cargo only resolves dev-dependencies for your own packages. This means they aren't in your `Cargo.lock` or vendored by `cargo vendor` and cargo will error if somehow you get it to try to use one of those dependencies.",
"title": "[Pre-RFC] `cargo package` should include fewer files by default"
}