Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 885 Bytes

cargo-search.adoc

File metadata and controls

49 lines (28 loc) · 885 Bytes

cargo-search(1) Manual Page

NAME

cargo-search - Search packages in crates.io

SYNOPSIS

cargo search [OPTIONS] [QUERY…​]

DESCRIPTION

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

Search Options

--limit LIMIT

Limit the number of results (default: 10, max: 100).

Display Options

EXAMPLES

  1. Search for a package from crates.io:

    cargo search serde

SEE ALSO

man:cargo[1], man:cargo-install[1], man:cargo-publish[1]