# 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 = "qt-build-utils" version = "0.7.0" authors = ["Be Wilson "] description = "Build script helper for linking Qt libraries and using moc code generator. Intended to be used together with cc, cpp_build, or cxx_build" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" [dependencies.cc] version = "1.0.100" features = ["parallel"] [dependencies.thiserror] version = "1.0" [dependencies.versions] version = "6.3" [features] link_qt_object_files = []