chiark / gitweb /
substitutions in string values
[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 [dependencies]
15
16 hippotat-macros = { path = "macros" }
17
18 # versions specified here are mostly just guesses at what is needed
19 # (or currently available):
20 anyhow = "1"
21 configparser = "2"
22 env_logger = "0.9"
23 futures = "0.3"
24 hyper = { version = "0.14", features = ["full"] }
25 hyper-tls = "0.5"
26 ipnet = "2"
27 itertools = "0.10"
28 parking_lot = "0.11"
29 regex = "1.5"
30 log = "0.4"
31 structopt = "0.3"
32 tokio = { version = "1", features = ["full"] }
33 void = "1"
34
35 # Not in sid:
36 extend = "1"            # no deps not in sid
37 fehler = "1"            # no deps (other than fehler-macros, obvs)
38 lazy-regex = "2"        # no deps not in sid