chiark / gitweb /
eyre: wip backtrace, c&p from example
[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 configparser = "2"
33 env_logger = "0.9"
34 futures = "0.3"
35 hyper = { version = "0.14", features = ["full"] }
36 hyper-tls = "0.5"
37 ipnet = "2"
38 itertools = "0.10"
39 parking_lot = "0.11"
40 regex = "1.5"
41 log = "0.4"
42 sha2 = "0.9"
43 structopt = "0.3"
44 tokio = { version = "1", features = ["full"] }
45 thiserror = "1"
46 void = "1"
47
48 # Not in sid:
49 extend = "1"            # no deps not in sid
50 eyre = "0.6"            # deps not in sid: indenter
51 indenter = "0.3"        # no deps not in sid
52 fehler = "1"            # no deps (other than fehler-macros, obvs)
53 lazy-regex = "2"        # no deps not in sid
54 cervine = "0.0"         # no (non-dev)-deps not in sid