# 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-build" version = "0.7.0" authors = [ "Andrew Hayzen ", "Gerhard de Clercq ", "Leon Matthes ", ] description = "Helpers for integrating `cxx-qt` crate into a Cargo build" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" [dependencies.cc] version = "1.0.100" features = ["parallel"] [dependencies.codespan-reporting] version = "0.11" [dependencies.cxx-gen] version = "0.7.121" [dependencies.cxx-qt-gen] version = "0.7.0" [dependencies.proc-macro2] version = "1.0" [dependencies.qt-build-utils] version = "0.7.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = [ "default", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.version_check] version = "0.9" [features] link_qt_object_files = ["qt-build-utils/link_qt_object_files"]