chiark / gitweb /
metadata
[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 [dependencies]
21
22 hippotat-macros = { path = "macros" }
23
24 # versions specified here are mostly just guesses at what is needed
25 # (or currently available):
26 anyhow = "1"
27 base64 = "0.13"
28 configparser = "2"
29 env_logger = "0.9"
30 futures = "0.3"
31 hyper = { version = "0.14", features = ["full"] }
32 hyper-tls = "0.5"
33 ipnet = "2"
34 itertools = "0.10"
35 parking_lot = "0.11"
36 regex = "1.5"
37 log = "0.4"
38 sha2 = "0.9"
39 structopt = "0.3"
40 tokio = { version = "1", features = ["full"] }
41 thiserror = "1"
42 void = "1"
43
44 # Not in sid:
45 extend = "1"            # no deps not in sid
46 fehler = "1"            # no deps (other than fehler-macros, obvs)
47 lazy-regex = "2"        # no deps not in sid
48 cervine = "0.0"         # no (non-dev)-deps not in sid