# Copyright 2021 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. [package] name = "partial-borrow-macros" version = "1.0.1" edition = "2018" license="GPL-3.0-or-later" repository="https://salsa.debian.org/iwj/rust-partial-borrow" description="proc-macros for partial-borrow" [dependencies] darling = "0.14" either = "1" fehler = "1" indexmap = "1.7" itertools = "0.10" proc-macro-error = "1" proc-macro2 = "1" quote = "1" syn = "1" tempfile = "3" [lib] path = "macros.rs" proc-macro = true