{"tool":"cargo","tool_display":"Cargo","intent":"activate-features","intent_display":"activate features","title":"Cargo Command: activate features","command_string":"cargo r -F \"<feature1 feature2 ...>\"","raw_command_string":"cargo {{[r|run]}} {{[-F|--features]}} \"{{feature1 feature2 ...}}\"","description":"Exact CLI syntax to activate features using Cargo.","usage_scenario":"When needing to test specific functionalities gated by feature flags during development.","scenario_context":"Easily enhance your Cargo project by activating multiple features in one command.","simulated_output":"Activating features for my_project...\n\nFeatures activated:\n  feature1\n  feature2\n\nRunning my_project with activated features...","how_to_steps":["Run the command: cargo run --features \"feature1 feature2\"","Check the output to verify if features are activated successfully."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/cargo/activate-features"}