rust-ureq 2.9.1-2 source package in Ubuntu

Changelog

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

  * no-changes source-only upload to enable testing migration

 -- Jonas Smedegaard <email address hidden>  Sun, 10 Dec 2023 23:43:48 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ureq_2.9.1-2.dsc 3.4 KiB d4b59de59603b1b4b39e562d7c4ad82631e364db3ea69f2838b40c042d74f63a
rust-ureq_2.9.1.orig.tar.gz 113.3 KiB 3ca9cdedd282d7b1dd4284023785753fc4bf8ac75ce3f04fe9cd113527fca5e2
rust-ureq_2.9.1-2.debian.tar.xz 17.6 KiB ccc4d1ed73e7aa1a2db9d44db120b747b03dde3b109c343f964f6fa599f81007

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.