# SPDX-FileCopyrightText: 2021 Florian Warzecha # # SPDX-License-Identifier: MPL-2.0 # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. [package] name = "structscan_derive" version = "0.1.0" edition = "2018" license = "MPL-2.0" description = "Macro implementation of #[derive(UserSubmittable)]" authors = ["Florian Warzecha "] repository = "https://gitlab.com/liketechnik/structscan" readme = "crates-io.md" [lib] proc-macro = true [dependencies] syn = "~1.0" quote = "~1.0" proc-macro2 = "~1.0"