Source: rust-rouille
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-base64-dev,
 librust-brotli-dev,
 librust-buffer-redux-dev,
 librust-chrono-dev,
 librust-deflate-dev,
 librust-env-logger-dev,
 librust-filetime-dev,
 librust-httparse-dev,
 librust-log-dev,
 librust-memchr-dev,
 librust-mime-dev,
 librust-mime-guess-dev,
 librust-percent-encoding-dev,
 librust-postgres-dev,
 librust-rand-dev,
 librust-serde-derive-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-sha1-smol-dev,
 librust-tempfile-dev,
 librust-thiserror-dev,
 librust-threadpool-dev,
 librust-time-dev,
 librust-tiny-http-dev,
 librust-url-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/rust-rouille.git
Vcs-Browser: https://salsa.debian.org/debian/rust-rouille
Homepage: https://github.com/tomaka/rouille

Package: librust-rouille-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-base64-dev,
 librust-brotli-dev,
 librust-buffer-redux-dev,
 librust-chrono-dev,
 librust-deflate-dev,
 librust-filetime-dev,
 librust-httparse-dev,
 librust-memchr-dev,
 librust-mime-dev,
 librust-mime-guess-dev,
 librust-percent-encoding-dev,
 librust-rand-dev,
 librust-serde-derive-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-sha1-smol-dev,
 librust-tempfile-dev,
 librust-thiserror-dev,
 librust-threadpool-dev,
 librust-time-dev,
 librust-tiny-http-dev,
 librust-url-dev,
 ${misc:Depends},
Provides:
 librust-rouille-3+brotli-dev (= ${binary:Version}),
 librust-rouille-3+default-dev (= ${binary:Version}),
 librust-rouille-3+gzip-dev (= ${binary:Version}),
# librust-rouille-3+rustls-dev (= ${binary:Version}),
 librust-rouille-3+ssl-dev (= ${binary:Version}),
 librust-rouille-3.6-dev (= ${binary:Version}),
 librust-rouille-3.6.2-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18+client-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18+default-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18+mock-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18+server-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18-dev (= ${binary:Version}),
 librust-rouille-multipart-0.18.0-dev (= ${binary:Version}),
 librust-rouille-multipart-dev (= ${binary:Version}),
Description: web micro-framework - Rust source code
 Rouille is a micro-web-framework library.
 It creates a listening socket
 and parses incoming HTTP requests from clients,
 then gives you the hand to process the request.
 .
 Rouille was designed to be intuitive to use if you know Rust.
 Contrary to express-like frameworks, it doesn't employ middlewares.
 Instead everything is handled in a linear way.
 .
 Concepts closely related to websites
 (like cookies, CGI, form input, etc.)
 are directly supported by rouille.
 More general concepts (like database handling or templating)
 are not directly handled,
 as they are considered orthogonal to the micro web framework.
 However rouille's design makes it easy to use
 in conjunction with any third-party library
 without the need for any glue code.
 .
 This package contains the source for the Rust crates
 rouille and rouille-multipart,
 for use with cargo.
