cargo 0.60.0ubuntu1-0ubuntu1 source package in Ubuntu

Changelog

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

  * Add an explicit mechanism to customize the vendoring process
  * New upstream release:
    - d/copyright: exclude the vendored benchmark workspaces
    - d/copyright: Document new vendored crates
    - d/p/{filetime-pr-75, libc-pr-2642}.patch: deleted, merged upstream

 -- Simon Chopin <email address hidden>  Wed, 08 Jun 2022 10:41:56 +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.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.debian.tar.xz 35.2 KiB 38a55be62fa1fa26ea17fb11c0e58ddcec573fda14583f86ee97c95f2cbd809d
cargo_0.60.0ubuntu1-0ubuntu1.dsc 2.5 KiB 0270f54b33a6c80222e02ad7608ea5258ab1be32ecb6169077bc022995de7073

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.