cargo 0.60.0ubuntu1-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

cargo (0.60.0ubuntu1-0ubuntu1~20.04.1) focal; urgency=medium

  * Backport to Focal (LP: #1968345)

 -- Simon Chopin <email address hidden>  Wed, 08 Jun 2022 11:05:59 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.60.0ubuntu1.orig-vendor.tar.gz 8.2 MiB bf8542063e3299c0434ac08e84ae750173da0889de92d7eee7a4267fad4dbc32
cargo_0.60.0ubuntu1.orig.tar.xz 1.1 MiB 915c24e72b8d7c3b0f850d6e2b75ef81762e3a3fd9c105a5d9d9cf55cdd62095
cargo_0.60.0ubuntu1-0ubuntu1~20.04.1.debian.tar.xz 35.3 KiB 6050cfb085651022abcb98a68fb5bab419d9a777307682cb7cffd63e42169a57
cargo_0.60.0ubuntu1-0ubuntu1~20.04.1.dsc 2.5 KiB 7f8116f8bcb03b5e1cfa39c007ed423f4418927dc61fae683e50733b8de350ff

View changes file

Binary packages built by this source

cargo: Rust package manager

 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.

cargo-dbgsym: debug symbols for cargo
cargo-doc: Rust package manager, documentation

 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.
 .
 This package contains the documentation.