Source: agate
Section: net
Priority: optional
Maintainer: Gakuto Furuya <g.furuya@gaato.net>
Build-Depends: debhelper (>= 13),
               cargo (>= 1.88),
               rustc (>= 1.88),
               zstd
Standards-Version: 4.6.2
Homepage: https://github.com/mbrubeck/agate

Package: agate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple Gemini server for static files
 Agate is a server for the Gemini network protocol, built with the Rust
 programming language. Agate has very few features, and can only serve
 static files. It uses async I/O, and should be quite efficient even
 when running on low-end hardware and serving many concurrent requests.
 .
 Features include automatic TLS certificate generation, virtual host
 support, directory listing, and configurable MIME types.
