1 # Copyright 2021 Ian Jackson and contributors to Hippotat
2 # SPDX-License-Identifier: GPL-3.0-or-later
3 # There is NO WARRANTY.
9 description="Asinine HTTP-over-IP"
10 license="GPL-3.0-or-later"
11 repository="https://salsa.debian.org/iwj/hippotat"
18 path="src/bin/client.rs"
22 path="src/bin/server.rs"
26 hippotat-macros = { path = "macros" }
28 # versions specified here are mostly just guesses at what is needed
29 # (or currently available):
34 hyper = { version = "0.14", features = ["full"] }
47 tokio = { version = "1", features = ["full"] }
52 extend = "1" # no deps not in sid
53 eyre = "0.6" # deps not in sid: indenter (see below)
54 indenter = "0.3" # no deps not in sid
55 fehler = "1" # no deps (other than fehler-macros, obvs)
56 lazy-regex = "2" # no deps not in sid
57 cervine = "0.0" # no (non-dev)-deps not in sid