| Find the authoritative Cargo Guide, Reference, command, or changelog page |
[Official Documentation Map](references/official-doc-map.md) |
| Select a Cargo command and understand its side effects |
[Cargo Command Map](references/cargo-command-map.md) |
| Start, build, run, test, document, or add CI to a package |
[Cargo Guide Workflow](references/cargo-guide-workflow.md) |
| Configure package metadata and lib/bin/example/test/bench targets |
[Manifest and Targets](references/manifest-targets.md) |
| Configure dependency sources, features, overrides, or resolvers |
[Dependencies, Features, and Resolvers](references/dependencies-features-resolver.md) |
| Configure members and inherited workspace fields |
[Workspaces](references/workspaces.md) |
Configure .cargo/config.toml, environment variables, aliases, network, or target settings |
[Configuration and Environment](references/configuration-environment.md) |
| Tune dev/release/custom profiles |
[Profiles](references/profiles.md) |
Generate code, compile native dependencies, or emit Cargo instructions from build.rs |
[Build Scripts](references/build-scripts.md) |
| Diagnose rebuilds, duplicate compilation, cache layout, timings, or future incompatibilities |
[Build Cache and Diagnostics](references/build-cache-diagnostics.md) |
| Configure a linker, runner, or non-host target |
[Cross-compilation](references/cross-compilation.md) |
| Configure registries, source replacement, vendoring, credentials, or authentication |
[Registries and Authentication](references/registries-authentication.md) |
| Inspect package contents, publish, manage owners, or yank a version |
[Packaging and Publishing](references/publishing.md) |
| Build scripts and tooling around stable Cargo JSON or package IDs |
[Metadata and Automation](references/metadata-automation.md) |
Evaluate cargo-features, -Z, or other nightly-only behavior |
[Unstable Cargo Features](references/unstable-features.md) |