Display information about a package in the registry Usage: cargo[EXE] info [OPTIONS] <SPEC> Options: --index <INDEX> Registry index URL to search packages in --registry <REGISTRY> Registry to search packages in -v, --verbose... Use verbose output (-vv very verbose/build.rs output) -q, --quiet Do not print cargo log messages --color <WHEN> Coloring: auto, always, never --config <KEY=VALUE|PATH> Override a configuration value -Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details -h, --help Print help Package Selection: <SPEC> Package to inspect Manifest Options: --locked Assert that `Cargo.lock` will remain unchanged --offline Run without accessing the network --frozen Equivalent to specifying both --locked and --offline Run `cargo help info` for more detailed information.