rust-ureq 2.9.1-3 source package in Ubuntu

Changelog

rust-ureq (2.9.1-3) unstable; urgency=medium

  * add patch cherry-picked upstream
    to use newer crates cookie cookie_store,
    superseding patches 2002_*;
    bump (build-)dependencies for crates cookie cookie_store

 -- Jonas Smedegaard <email address hidden>  Mon, 12 Feb 2024 17:34:09 +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
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.9.1-3.dsc 3.4 KiB 831a0556a148ce45c5c687a8c3e1f23fdfea4f36d62b2571614dd8ba5ea18142
rust-ureq_2.9.1.orig.tar.gz 113.3 KiB 3ca9cdedd282d7b1dd4284023785753fc4bf8ac75ce3f04fe9cd113527fca5e2
rust-ureq_2.9.1-3.debian.tar.xz 17.7 KiB c054cf29cb47739e6dcf0a8f0755c69fa11d933b1bfae4994aa332ea33a838b0

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.