chiark / gitweb /
Fix publish version
[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 = "1.0.0"
8 edition = "2018"
9 description="Asinine HTTP-over-IP"
10 license="GPL-3.0-or-later"
11 # ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
12 repository="https://salsa.debian.org/iwj/hippotat"
13 homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
14
15 [workspace]
16 members = ["macros"]
17
18 [[bin]]
19 name="hippotat"
20 path="client/client.rs"
21
22 [[bin]]
23 name="hippotatd"
24 path="server/server.rs"
25
26 [dependencies]
27
28 hippotat-macros = { version = "1.0.0", path = "macros" }
29
30 # versions specified here are mostly just guesses at what is needed
31 # (or currently available):
32 backtrace = "0.3"
33 base64 = "0.13"
34 env_logger = "0.9"
35 futures = "0.3"
36 heck = "0.4"
37 hyper = { version = "0.14", features = ["full"] }
38 hyper-tls = "0.5"
39 ipnet = "2"
40 itertools = "0.10"
41 libc = "0.2" # just for EISDIR due to IsADirectory
42 mime = "0.3"
43 parking_lot = ">= 0.11, < 0.13"
44 regex = "1.5"
45 lazy_static = "1.4"
46 log = "0.4"
47 memchr = "2"
48 nix = "0.25"
49 pin-project-lite = "0.2"
50 sha2 = "0.10"
51 structopt = "0.3"
52 subtle = "2"
53 syslog = "6"
54 tokio = { version = "1", features = ["full"] }
55 thiserror = "1"
56 void = "1"
57
58 # for daemonic behaviours
59 #  daemonize 0.4.1 in sid
60 #  syslog    4.0 in sid, 5.0 in upstream, ideally want 5.0 (new API)
61
62 # Not in sid:
63 extend = "1"            # no deps not in sid
64 eyre = "0.6"            # deps not in sid: indenter (see below)
65 indenter = "0.3"        # no deps not in sid
66 fehler = "1"            # no deps (other than fehler-macros, obvs)
67 lazy-regex = "2"        # no deps not in sid
68 cervine = "0.0"         # no (non-dev)-deps not in sid