Source: rust-oxhttp Section: rust Priority: optional Build-Depends: debhelper-compat (= 13), dh-cargo, librust-httparse-1+default-dev , librust-lazy-static-1+default-dev , librust-url-2+default-dev (>= 2.4) , libstring-shellquote-perl, Maintainer: Jonas Smedegaard Standards-Version: 4.6.2 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 Rules-Requires-Root: no Package: librust-oxhttp-dev Architecture: all Multi-Arch: foreign Depends: librust-flate2-1+default-dev, librust-httparse-1+default-dev, librust-lazy-static-1+default-dev, librust-native-tls-0.2+default-dev, librust-rustls-0.21+default-dev, librust-rustls-native-certs-0.6+default-dev, librust-url-2+default-dev (>= 2.4), ${misc:Depends}, Provides: librust-oxhttp-0.2+client-dev (= ${binary:Version}), librust-oxhttp-0.2+default-dev (= ${binary:Version}), librust-oxhttp-0.2+flate2-dev (= ${binary:Version}), librust-oxhttp-0.2+native-tls-dev (= ${binary:Version}), librust-oxhttp-0.2+rustls-dev (= ${binary:Version}), librust-oxhttp-0.2+rustls-native-certs-dev (= ${binary:Version}), librust-oxhttp-0.2+rustls-ring-native-dev (= ${binary:Version}), librust-oxhttp-0.2+server-dev (= ${binary:Version}), librust-oxhttp-0.2-dev (= ${binary:Version}), librust-oxhttp-0.2.0-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, packaged for use with cargo and dh-cargo.