metadata-crates-io-testing

Crates.iometadata-crates-io-testing
lib.rsmetadata-crates-io-testing
version0.0.6
sourcesrc
created_at2024-08-22 06:29:10.550556
updated_at2024-08-22 06:45:03.362111
descriptionEmpty crate - Just testing what metadata can be changed in a crate after upload
homepagehttps://google.com
repositoryhttps://google.com
max_upload_size
id1347331
size2,239
(64-Tesseract)

documentation

https://google.com

README

Just testing what fields in a Cargo.toml can be updated after a crate has been uploaded. Wanted to know what I need to know beforehand before reserving a crate name.

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: Yes
  • categories: Yes, surprisingly
Commit count: 0

cargo fmt