Set the crate metadata that crates.io and lib.rs surface - #267
Merged
Merged
Conversation
The workspace declared one keyword and no homepage or categories, so neither crates.io nor lib.rs linked contextgeneric.dev at all — on pages with 103,133 downloads behind them — and the crates appeared in no browse or recommendation surface. Sets homepage to the project site, expands keywords to the five crates.io permits, and adds the rust-patterns and no-std categories, which the facade crate qualifies for since it is #![no_std]. All three are declared on [workspace.package] and inherited by the 27 crates that already inherit keywords and description. The keywords and both category slugs were checked against crates.io: dependency-injection has 164 crates behind it, traits 238, macros 1,236, and both categories exist. A sixth keyword would have been rejected at publish time, since crates.io accepts five. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workspace declared one keyword and no homepage or categories, so neither crates.io nor lib.rs linked contextgeneric.dev at all — on pages with 103,133 downloads behind them — and the crates appeared in no browse or recommendation surface.
Sets homepage to the project site, expands keywords to the five crates.io permits, and adds the rust-patterns and no-std categories, which the facade crate qualifies for since it is #![no_std]. All three are declared on [workspace.package] and inherited by the 27 crates that already inherit keywords and description.
The keywords and both category slugs were checked against crates.io: dependency-injection has 164 crates behind it, traits 238, macros 1,236, and both categories exist. A sixth keyword would have been rejected at publish time, since crates.io accepts five.