rust-ureq 2.5.0-4 source package in Ubuntu

Changelog

rust-ureq (2.5.0-4) unstable; urgency=medium

  * fix autopkgtest for feature tls
    by also enabling feature native-certs

 -- Jonas Smedegaard <email address hidden>  Sat, 03 Dec 2022 14:05:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rust-ureq_2.5.0-4.dsc 3.3 KiB 6e5e50b595c9372d63c7e951eee0710840f7a87e95cb0f76f32c15e6d5493062
rust-ureq_2.5.0.orig.tar.gz 87.0 KiB b6429f1c315565299246cbfb1ea4bb9ea01e71ebd7530e847b4414fa72a84ace
rust-ureq_2.5.0-4.debian.tar.xz 11.9 KiB 53c469d95c1a16f2e23923e7cedc48c5a6ce89a700c6da0c19aaf26e1fbb4090

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.