# Copyright 2021 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. [package] name = "hippotat-macros" version = "0.0.0" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later" repository="https://salsa.debian.org/iwj/hippotat" [dependencies] itertools = "0.10" syn = "1" proc-macro2 = "1" quote = "1" [lib] path = "macros.rs" proc-macro = true