Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nit: invalid Cargo categories #222

Closed
bitnorbert opened this issue Aug 24, 2024 · 4 comments
Closed

nit: invalid Cargo categories #222

bitnorbert opened this issue Aug 24, 2024 · 4 comments

Comments

@bitnorbert
Copy link

I noticed all crates have this:

categories = ["bitcoin", "blockchain", "node"]

According to The Cargo Book, "Each category should match one of the strings available at https://crates.io/category_slugs, and must match exactly."

It's a limited set, and perhaps the only vaguely relevant valid category is "finance".

I assume invalid categories could be an issue upon publishing to crates.io.

@Davidson-Souza
Copy link
Collaborator

Oh, nice catch. Those should be keywords, not categories. Thanks for reporting this.

@jaoleal
Copy link
Contributor

jaoleal commented Aug 26, 2024

Would be nice to debate about it. I imagine that libfloresta and its children may have their own category.
Like "Database" for floresta-chain.

@Davidson-Souza
Copy link
Collaborator

Agreed, we may need to pick categories in a per-crate basis

@Davidson-Souza
Copy link
Collaborator

closed by #243

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

No branches or pull requests

3 participants