chiark / gitweb /
test: run-*: allow overriding the command
[hippotat.git] / Cargo.toml
1 # Copyright 2021 Ian Jackson and contributors to Hippotat
2 # SPDX-License-Identifier: GPL-3.0-or-later
3 # There is NO WARRANTY.
4
5 [package]
6 name = "hippotat"
7 version = "0.0.0"
8 edition = "2018"
9 description="Asinine HTTP-over-IP"
10 license="GPL-3.0-or-later"
11 repository="https://salsa.debian.org/iwj/hippotat"
12
13 [workspace]
14 members = ["macros"]
15
16 [[bin]]
17 name="hippotat"
18 path="src/bin/client.rs"
19
20 [[bin]]
21 name="hippotatd"
22 path="src/bin/server.rs"
23
24 [dependencies]
25
26 hippotat-macros = { path = "macros" }
27
28 # versions specified here are mostly just guesses at what is needed
29 # (or currently available):
30 backtrace = "0.3"
31 base64 = "0.13"
32 env_logger = "0.9"
33 futures = "0.3"
34 hyper = { version = "0.14", features = ["full"] }
35 hyper-tls = "0.5"
36 ipnet = "2"
37 itertools = "0.10"
38 mime = "0.3"
39 parking_lot = "0.11"
40 regex = "1.5"
41 lazy_static = "1.4"
42 log = "0.4"
43 memchr = "2"
44 sha2 = "0.9"
45 structopt = "0.3"
46 subtle = "2"
47 tokio = { version = "1", features = ["full"] }
48 thiserror = "1"
49 void = "1"
50
51 # Not in sid:
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