chiark / gitweb /
wip parsing
[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 [dependencies]
12 anyhow = "1"
13 configparser = "2"
14 env_logger = "0.9"
15 extend = "1"
16 fehler = "1"
17 hyper = "0.14"
18 itertools = "0.10"
19 lazy-regex = "2"
20 regex = "1.5"
21 log = "0.4"
22 structopt = "0.3"
23 tokio = { version = "1", features = ["full"] }
24 void = "1"