- libc6 (>= 2.39)
- libcurl4t64 (>= 7.28.0)
- libgcc-s1 (>= 4.2)
- libgit2-1.8 (>= 1.8.1)
- libsqlite3-0 (>= 3.6.0)
- libssh2-1t64 (>= 1.2.5)
- libssl3t64 (>= 3.0.0)
- zlib1g (>= 1:1.2.3.4)
- rustc (= 1.81.0+dfsg1-2)
- binutils
- gcc | clang | c-compiler
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project's dependencies and compiles your
project.
Installed Size: 19.8 MB
Architectures: arm64 amd64