cargo/crates
bors 0ad289b264 Auto merge of #12045 - epage:publish, r=weihanglo
chore: Mark unpublished crates as such

This is a follow up to #12039.
This makes it easier for tools to report less irrelevant information.

I did both `publish = false` and `version = "0.0.0"` to help draw attention to the fact that these crates are internal (inspired by a matklad post).

I left `cargo-test-macro` and `cargo-test-support` in for my own personal bias of one day wanting to see those crates published...

The only one removed that had previously been published was `mdman` but seeing as that was a `0.0.0`, I'm assuming that was a mistake or just reserving the name.

Before:
```console
$ cargo unpublished
name published current
==== ========= =======
cargo-platform 0.1.2 0.1.3
cargo-test-macro - 0.1.0
cargo-test-support - 0.1.0
cargo-util 0.2.3 0.2.4
crates-io 0.36.0 0.36.1
mdman 0.0.0 0.1.0
resolver-tests - 0.1.0
cargo 0.70.1 0.72.0
semver-check - 0.1.0
cargo-credential 0.1.0 0.2.0
cargo-credential-1password 0.1.0 0.2.0
cargo-credential-gnome-secret 0.1.0 0.2.0
cargo-credential-macos-keychain 0.1.0 0.2.0
cargo-credential-wincred 0.1.0 0.2.0
benchsuite - 0.1.0
```

After:
```console
name published current
==== ========= =======
cargo-platform 0.1.2 0.1.3
cargo-test-macro - 0.1.0
cargo-test-support - 0.1.0
cargo-util 0.2.3 0.2.4
crates-io 0.36.0 0.36.1
cargo 0.70.1 0.72.0
cargo-credential 0.1.0 0.2.0
cargo-credential-1password 0.1.0 0.2.0
cargo-credential-gnome-secret 0.1.0 0.2.0
cargo-credential-macos-keychain 0.1.0 0.2.0
cargo-credential-wincred 0.1.0 0.2.0
```
2023-04-27 05:54:17 +00:00
..
cargo-platform Bump versions of local crates 2023-04-23 13:01:29 -07:00
cargo-test-macro Revert "#11738" - Use test name for dir when running tests 2023-03-08 15:17:48 +00:00
cargo-test-support Update windows-sys 2023-04-23 12:40:00 -07:00
cargo-util Update windows-sys 2023-04-23 12:40:00 -07:00
crates-io Include rust-version in publish request 2023-04-26 11:59:29 -07:00
home Update home dependency 2023-04-25 11:38:52 -07:00
mdman chore: Mark unpublished crates as such 2023-04-26 17:51:16 -05:00
resolver-tests chore: Mark unpublished crates as such 2023-04-26 17:51:16 -05:00
semver-check chore: Mark unpublished crates as such 2023-04-26 17:51:16 -05:00
xtask-unpublished perf(xtask): Split xtask binaries 2023-04-26 11:18:51 -05:00