cargo 0.58.0-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.58.0-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic. (LP: #1952104)
  * Relax debhelper requirement.

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

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
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~18.04.1.debian.tar.xz 36.4 KiB d941eddcd3d07a3b95553ce4e3660e34aaed9a8acd6087f45b600d27edbd8c54
cargo_0.58.0-0ubuntu1~18.04.1.dsc 2.6 KiB 75d4427fc1f3452c1c4b86ceaba777567f3b3c51a9634fdf99b5aac903abe04c

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.