Source: rust-oxhttp Section: rust Build-Depends: debhelper-compat (= 13), dh-sequence-rust, librust-flate2-dev, librust-http-dev, librust-httparse-dev, librust-lazy-static-dev, librust-native-tls-dev, librust-rustls-dev, librust-rustls-pki-types-dev, librust-rustls-platform-verifier-dev, librust-url-dev, Maintainer: Jonas Smedegaard Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/debian/rust-oxhttp.git Vcs-Browser: https://salsa.debian.org/debian/rust-oxhttp Homepage: https://github.com/oxigraph/oxhttp Package: librust-oxhttp-dev Architecture: all #Multi-Arch: foreign Depends: librust-flate2-dev, librust-http-dev, librust-httparse-dev, librust-lazy-static-dev, librust-native-tls-dev, librust-rustls-dev, librust-rustls-pki-types-dev, librust-rustls-platform-verifier-dev, librust-url-dev, ${misc:Depends}, Provides: librust-oxhttp-0.3+client-dev (= ${binary:Version}), librust-oxhttp-0.3+default-dev (= ${binary:Version}), librust-oxhttp-0.3+flate2-dev (= ${binary:Version}), librust-oxhttp-0.3+native-tls-dev (= ${binary:Version}), librust-oxhttp-0.3+rustls-ring-native-dev (= ${binary:Version}), librust-oxhttp-0.3+server-dev (= ${binary:Version}), librust-oxhttp-0.3-dev (= ${binary:Version}), librust-oxhttp-0.3.2-dev (= ${binary:Version}), Description: very simple implementation of HTTP 1.1 - Rust source code OxHTTP is a very simple synchronous implementation of HTTP 1.1 in Rust. It provides both a client and a server. . This package contains the source for the Rust oxhttp crate, for use with cargo.