# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cxx-qt-macro" version = "0.7.0" authors = [ "Andrew Hayzen ", "Leon Matthes ", "Gerhard de Clercq ", ] description = "A set of macros for Qt/C++ interop in Rust" homepage = "https://kdab.github.io/cxx-qt/book/" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" [lib] proc-macro = true [dependencies.cxx-qt-gen] version = "0.7.0" [dependencies.proc-macro2] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", ] [dev-dependencies.cxx] version = "1.0.95"