cargo 0.58.0-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

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

  * Backport to Focal. (LP: #1952104)

 -- Michael Hudson-Doyle <email address hidden>  Tue, 25 Jan 2022 19:45:23 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
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.58.0.orig-vendor.tar.gz 8.5 MiB 174aa54f7cecd9852f2a339f3965eed4ecd458aa308ab8e63474c4419d36dbac
cargo_0.58.0.orig.tar.gz 1.5 MiB e1d6f55414a29906d24b13c687996b5220e08ccce9c682e4c02851138fc7093f
cargo_0.58.0-0ubuntu1~20.04.1.debian.tar.xz 36.4 KiB e08ea81987956af4d4fe8c919ae29f4508b1dec5e7bc8754a1b59a0f1cc70b94
cargo_0.58.0-0ubuntu1~20.04.1.dsc 2.6 KiB 132da3c6ee70d661038654020dd2892251f02183bb4b28c5fb56587f3d0d6375

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.