chiark / gitweb /
Add token
[hippotat.git] / Cargo.toml
1 # Copyright 2021 Ian Jackson and contributors to Hippotat
2 # SPDX-License-Identifier: AGPL-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
11 [workspace]
12 members = ["macros"]
13
14 [[bin]]
15 name="hippotat"
16 path="src/bin/client.rs"
17
18 [dependencies]
19
20 hippotat-macros = { path = "macros" }
21
22 # versions specified here are mostly just guesses at what is needed
23 # (or currently available):
24 anyhow = "1"
25 base64 = "0.13"
26 configparser = "2"
27 env_logger = "0.9"
28 futures = "0.3"
29 hyper = { version = "0.14", features = ["full"] }
30 hyper-tls = "0.5"
31 ipnet = "2"
32 itertools = "0.10"
33 parking_lot = "0.11"
34 regex = "1.5"
35 log = "0.4"
36 sha2 = "0.9"
37 structopt = "0.3"
38 tokio = { version = "1", features = ["full"] }
39 void = "1"
40
41 # Not in sid:
42 extend = "1"            # no deps not in sid
43 fehler = "1"            # no deps (other than fehler-macros, obvs)
44 lazy-regex = "2"        # no deps not in sid