# SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company # SPDX-FileContributor: Andrew Hayzen # SPDX-FileContributor: Gerhard de Clercq # SPDX-FileContributor: Leon Matthes # # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "cxx-qt-macro" version.workspace = true authors = ["Andrew Hayzen ","Leon Matthes ", "Gerhard de Clercq "] edition.workspace = true license.workspace = true description = "A set of macros for Qt/C++ interop in Rust" repository.workspace = true homepage = "https://kdab.github.io/cxx-qt/book/" [lib] proc-macro = true [dependencies] cxx-qt-gen.workspace = true proc-macro2.workspace = true syn.workspace = true [dev-dependencies] cxx.workspace = true cxx-qt.workspace = true