Skip to content

Set the crate metadata that crates.io and lib.rs surface - #267

Merged
soareschen merged 1 commit into
mainfrom
update-crate-metadata
Sep 21, 2026
Merged

soareschen merged 1 commit into
mainfrom
update-crate-metadata

Conversation

@soareschen

Copy link
Copy Markdown
Collaborator

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.

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>
@soareschen
soareschen merged commit 21bb137 into main Sep 21, 2026
3 checks passed
@soareschen
soareschen deleted the update-crate-metadata branch September 21, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant