{"tool":"cargo","tool_display":"Cargo","intent":"build-b-specific-package","intent_display":"build b specific package","title":"Cargo Command: build b specific package","command_string":"cargo b -p <package>","raw_command_string":"cargo {{[b|build]}} {{[-p|--package]}} {{package}}","description":"Exact CLI syntax to build b specific package using Cargo.","usage_scenario":"When working on a specific crate isolating its changes from the rest of the workspace.","scenario_context":"Ensure to specify the correct package name for a successful build.","simulated_output":"$ cargo build --package example-package  \n    Updating crates.io index\n   Downloaded example-package v0.1.0\n   Finished dev [unoptimized + debuginfo] target(s) in 2.03s\n$","how_to_steps":["Run the command: `cargo build --package example-package`.","Verify the output for successful build completion and messages."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/cargo/build-b-specific-package"}