# 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"] [[bin]] name="hippotat" path="src/bin/client.rs" [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" parking_lot = "0.11" regex = "1.5" log = "0.4" sha2 = "0.9" 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 hmac = "0.11" # ^ more troublesome. runtime deps are # crypto-mac not in sid, all deps in sid # digest in sid # plus dev-dependencies probably for testing with test vectors # sha2 in sid # md-5 not in sid, disable ? # streebog not in sid, disable ? (OST algorithms)