Cargo

Cargo is the official build system and package manager for the Rust programming language. It handles a wide range of tasks, including downloading and managing dependencies (called “crates”), compiling code, running tests, and generating documentation. Project configuration is managed through a Cargo.toml file.