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

Add keywords and categories to Cargo.toml #133

Closed
Tracked by #139
KodrAus opened this issue Oct 21, 2017 · 2 comments
Closed
Tracked by #139

Add keywords and categories to Cargo.toml #133

KodrAus opened this issue Oct 21, 2017 · 2 comments

Comments

@KodrAus
Copy link

KodrAus commented Oct 21, 2017

Relevant API guidelines

Add the following properties to the Cargo.toml:

  • keywords
  • categories

What categories does semver fit in best?

@muzikmoe
Copy link
Contributor

muzikmoe commented Oct 26, 2017

I have searched some keywords in crates.io, some crates provide semver-like function:

  • check-verions
    • keywords: version
    • categories: Development tools Rust patterns
  • deb-version
    • keywords: None
    • categories: Parsing Operating systems
  • rn
    • keywords: cli utility ...
    • categories: Development tools

so for semver, my basic choice is(there may be more choice):
keywords: version
categories: Development tools

@KodrAus
Copy link
Author

KodrAus commented Nov 8, 2017

Thanks for investigating @muzikmoe! We could probably add a few more keywords in there. Maybe version, semantic, compare. We could probably also add Parsing to the categories, since one of the crate's primary functions to parse semantic versions (the fact that it defers to semver_parser isn't so important).

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

2 participants