# SPDX-FileCopyrightText: Copyright 2023 xlogic and contributors to the project # SPDX-License-Identifier: Apache-2.0 # SPDX-FileContributor: 2023 Tymoteusz Blazejczyk [package] name = "xlogic-derive" version = "0.1.0" edition = "2021" license = "Apache-2.0" authors = ["Tymoteusz Blazejczyk "] description = "Package for developing, building, testing, packaging and deploying FPGA and ASIC projects" repository = "https://gitlab.com/xlogic/mono" readme = "README.md" homepage = "https://xlogic.dev" documentation = "https://docs.xlogic.dev" categories = ["development-tools::procedural-macro-helpers", "development-tools", "parsing", "parser-implementations", "command-line-interface"] [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "1.0" quote = "1.0"