cargo-search --- Search packages in the registry. Default registry is crates.io
cargo search
[options] [query...]
This performs a textual search for crates on https://crates.io. The matching
crates will be displayed along with their description in TOML format suitable
for copying into a Cargo.toml
manifest.
{{#options}}
{{#option "--limit
limit" }}
Limit the number of results (default: 10, max: 100).
{{/option}}
{{> options-index }}
{{> options-registry }}
{{/options}}
{{#options}} {{> options-display }} {{/options}}
{{> section-options-common }}
{{> section-environment }}
{{> section-exit-status }}
-
Search for a package from crates.io:
cargo search serde
{{man "cargo" 1}}, {{man "cargo-install" 1}}, {{man "cargo-publish" 1}}