# Copyright 2021 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: AGPL-3.0-or-later # There is NO WARRANTY. [package] name = "hippotat" version = "0.0.0" edition = "2018" description="Asinine HTTP-over-IP" [dependencies] anyhow = "1" configparser = "2" env_logger = "0.9" extend = "1" fehler = "1" hyper = "0.14" itertools = "0.10" lazy-regex = "2" regex = "1.5" log = "0.4" structopt = "0.3" tokio = { version = "1", features = ["full"] } void = "1"