cargo-metadata Verified for current stable LTS

Cargo Metadata Command: Print Workspace Members Only

Use for print workspace members only with Cargo Metadata. Exact CLI syntax to print workspace members only using Cargo Metadata.

When to use this: Use for print workspace members only with Cargo Metadata.

Command Syntax

cargo metadata --no-deps

Command Breakdown

--no-deps
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to print workspace members only using Cargo Metadata.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Cargo Metadata directory