Crates.io | metadata-crates-io-testing |
lib.rs | metadata-crates-io-testing |
version | 0.0.6 |
source | src |
created_at | 2024-08-22 06:29:10.550556 |
updated_at | 2024-08-22 06:45:03.362111 |
description | Empty crate - Just testing what metadata can be changed in a crate after upload |
homepage | https://google.com |
repository | https://google.com |
max_upload_size | |
id | 1347331 |
size | 2,239 |
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 crateversion
: Yes, obviouslyauthors
: No, according to Rust book. Changing doesn't seem to throw an error tho?edition
: Yesrust-version
: Yesdescription
: Yesdocumentation
: Yesreadme
: Yeshomepage
: Yesrepository
: Yeslicense
/license-file
: Yeskeywords
: Yescategories
: Yes, surprisingly