# 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" [workspace] members = ["macros"] [dependencies] hippotat-macros = { path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): anyhow = "1" configparser = "2" env_logger = "0.9" futures = "0.3" hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5" ipnet = "2" itertools = "0.10" regex = "1.5" log = "0.4" structopt = "0.3" tokio = { version = "1", features = ["full"] } void = "1" # Not in sid: extend = "1" # no deps not in sid fehler = "1" # no deps (other than fehler-macros, obvs) lazy-regex = "2" # no deps not in sid