Keywords helps to tag your Crate to improve SEO

To add tags for your crate you may use keywords command in the [package] section in your Cargo.toml file. E.g.

[package]

keywords = ["bcrypt", "password", "web", "hash"]