# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # SPDX-FileContributor: Andrew Hayzen # SPDX-FileContributor: Gerhard de Clercq # # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "cxx-qt-gen" version.workspace = true authors = [ "Andrew Hayzen ", "Gerhard de Clercq ", "Leon Matthes ", "Ben Ford ", ] edition.workspace = true license.workspace = true description = "Code generation for integrating `cxx-qt` into higher level tools" repository.workspace = true exclude = ["update_expected.sh"] [dependencies] proc-macro2.workspace = true syn.workspace = true quote.workspace = true convert_case = "0.6.0" clang-format = "0.3" indoc = "2.0" [dev-dependencies] pretty_assertions = "1.2"