cargo 0.62.0ubuntu1-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.62.0ubuntu1-0ubuntu1) kinetic; urgency=medium

  * New upstream release (LP: #1986648)

 -- Simon Chopin <email address hidden>  Thu, 08 Sep 2022 11:44:51 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.62.0ubuntu1.orig-vendor.tar.gz 10.5 MiB 5d1a5a945229419ef9d25832127ae7ae383c1b405fb651337d8ee6c4dae2bf5c
cargo_0.62.0ubuntu1.orig.tar.xz 1.2 MiB 5d591448a812a764cfa0e0c8f6c3f0f07cec10d6ebaa4bc15bdbcb35b753544c
cargo_0.62.0ubuntu1-0ubuntu1.debian.tar.xz 37.3 KiB c0df26233b44a27002fa63b7f768a9d66f3b3776daa26e647639ce7d42bd6627
cargo_0.62.0ubuntu1-0ubuntu1.dsc 2.6 KiB 7fc05fb05febc72b3f7ee44323dc314c96c34714279c71547206f454c95d32ea

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.