rust-ureq 2.6.2-1 source package in Ubuntu

Changelog

rust-ureq (2.6.2-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * drop patch 2002, obsoleted by upstream changes
  * unfuzz remaining patch
  * declare compliance with Debian Policy 4.6.2
  * change binary library package to be arch-independent
  * update copyright info: update coverage
  * update dh-cargo fork;
    build-depend on libstring-shellquote-perl
  * add patches 2002 2003
    to relax dependency on crates env_logger cookie_store
  * bump version for provided virtual packages and autopkgtest hints
  * stop superfluously provide virtual unversioned feature packages

 -- Jonas Smedegaard <email address hidden>  Thu, 26 Jan 2023 16:59:45 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.6.2-1.dsc 3.3 KiB 73101203e2b8edf6163ee9c09fd8d7028e967f362db30b316801458ff66c6efd
rust-ureq_2.6.2.orig.tar.gz 97.4 KiB 125b0a3d92297c4b1ae54cd4ae6ecacb649f69fc86bc247495b0ff4fb0a937f3
rust-ureq_2.6.2-1.debian.tar.xz 13.7 KiB 398cfabe24c5a57688d2779f01f0c1d129c8c7b78807ab925e64110f96098611

Available diffs

No changes file available.

Binary packages built by this source

librust-ureq-dev: simple and safe HTTP client - Rust source code

 Ureq is a simple, safe HTTP client.
 .
 Ureq's first priority is being easy for you to use.
 It's great for anyone who wants a low-overhead HTTP client
 that just gets the job done.
 Works very well with HTTP APIs.
 Its features include cookies, JSON, HTTP proxies, HTTPS,
 and charset decoding.
 .
 Ureq is in pure Rust for safety and ease of understanding.
 It avoids using "unsafe" directly.
 It uses blocking I/O instead of async I/O,
 because that keeps the API simple and keeps dependencies to a minimum.
 For TLS, ureq uses rustls or native-tls.
 .
 This package contains the source for the Rust ureq crate,
 packaged by debcargo for use with cargo and dh-cargo.