chiark / gitweb /
639aa1135e6d62b91df0c81a2473b5a8a5ab1240
[hippotat.git] / Cargo.toml
1 # Copyright 2021-2022 Ian Jackson and contributors to Hippotat
2 # SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
3 # There is NO WARRANTY.
4
5 [package]
6 name = "hippotat"
7 version = "0.0.1"
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="client/client.rs"
19
20 [[bin]]
21 name="hippotatd"
22 path="server/server.rs"
23
24 [dependencies]
25
26 hippotat-macros = { version = "0.0.1", 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 heck = "0.4"
35 hyper = { version = "0.14", features = ["full"] }
36 hyper-tls = "0.5"
37 ipnet = "2"
38 itertools = "0.10"
39 libc = "0.2" # just for EISDIR due to IsADirectory
40 mime = "0.3"
41 parking_lot = ">= 0.11, < 0.13"
42 regex = "1.5"
43 lazy_static = "1.4"
44 log = "0.4"
45 memchr = "2"
46 nix = "0.25"
47 pin-project-lite = "0.2"
48 sha2 = "0.10"
49 structopt = "0.3"
50 subtle = "2"
51 syslog = "6"
52 tokio = { version = "1", features = ["full"] }
53 thiserror = "1"
54 void = "1"
55
56 # for daemonic behaviours
57 #  daemonize 0.4.1 in sid
58 #  syslog    4.0 in sid, 5.0 in upstream, ideally want 5.0 (new API)
59
60 # Not in sid:
61 extend = "1"            # no deps not in sid
62 eyre = "0.6"            # deps not in sid: indenter (see below)
63 indenter = "0.3"        # no deps not in sid
64 fehler = "1"            # no deps (other than fehler-macros, obvs)
65 lazy-regex = "2"        # no deps not in sid
66 cervine = "0.0"         # no (non-dev)-deps not in sid