DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-attohttpc 0.31.0-1

Package Information

Descriptionlightweight and simple HTTP client - Rust source code

attohttpc provides a lightweight and simple HTTP client for the Rust ecosystem. It is intended for projects that have HTTP needs where extreme performance is not critical, or when HTTP is not the primary purpose of the application.

The library deliberately stays away from Rust's asynchronous stack to keep the dependency tree as small as possible, while still maintaining good performance and avoiding unnecessary memory allocations.

Core features include: - Modular HTTP/1.1 support - Pluggable TLS backends (native-tls and rustls) - Automatic redirection and response decompression - Streaming response bodies and chunked transfer encoding - Proxy support and Happy Eyeballs implementation - Serde/JSON and multipart form supportSource code for Debianized Rust crate "attohttpc"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed By何庆 Ching He <heqing@rool.me>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/attohttpc] (browse)
Closes#1140139
Trackerhttps://tracker.debian.org/pkg/rust-attohttpc
Uploaded3 hours ago

New Package Report

.changes
Distributionunstable
DateWed, 17 Jun 2026 18:50:04 +0900
Sourcerust-attohttpc
Version0.31.0-1
Changed-By何庆 Ching He
Architecturesource amd64
Changelog
rust-attohttpc (0.31.0-1) unstable; urgency=medium
 .
   * Package attohttpc 0.31.0 from crates.io using debcargo 2.8.3
   * Initial release. (Closes: #1140139)
   * Add ignore-network-tests.patch. This skips tests reaching out to
     external servers (badssl.com). This ensures compliance with Debian
     Policy 4.9 regarding isolated builds.
   * Mark internal __rustls feature tests as broken in debcargo.toml.
     These tests are inherently incompatible with offline environments.
   * Add ca-certificates to test_depends. This ensures remaining local
     tests resolve trust anchors correctly.
.dsc
Componentmain
Package-Listlibrust-attohttpc-dev deb rust optional arch=any
Sectionrust
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: attohttpc
Upstream-Contact: Simon Bernier St-Pierre <git.sbstp.ca@gmail.com>
Source: https://github.com/sbstp/attohttpc

Files: *
Copyright: 2018-2026 Simon Bernier St-Pierre <git.sbstp.ca@gmail.com>
License: MPL-2.0

Files: src/multipart_crate/*
Copyright:
 2016 `multipart` Crate Developers
 2025-2026 Simon Bernier St-Pierre <git.sbstp.ca@gmail.com>
 2025-2026 github.com/sbstp
License: Apache-2.0 or MIT

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 何庆 Ching He <heqing@rool.me>
License: MPL-2.0

License: MPL-2.0
 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0

License: Apache-2.0
 On Debian systems, the complete text of the Apache License, Version 2.0
 can be found in "/usr/share/common-licenses/Apache-2.0".

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package