metadata-crates-io-testing 0.0.5

Empty crate - Just testing what metadata can be changed in a crate after upload
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Just testing what fields in a `Cargo.toml` can be updated after a crate has
been uploaded.

The Rust book touches on this but doesn't go in too deeply about specifics.

- `name`: **Kinda**, actually creates a new crate
- `version`: **Yes**, obviously
- `authors`: **No**, according to Rust book. Changing doesn't seem to throw an error tho?
- `edition`: **Yes**
- `rust-version`: **Yes**
- `description`: **Yes**
- `documentation`: **Yes**
- `readme`: **Yes**
- `homepage`: **Yes**
- `repository`: **Yes**
- `license`/`license-file`: **Yes**
- `keywords`: ?
- `categories`: Probably not?