qtbridge-type-lib 0.2.0

Qt Bridge: Qt type library
# 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 = "2024"
rust-version = "1.87.0"
name = "qtbridge-type-lib"
version = "0.2.0"
build = "build.rs"
links = "qtbridge-type-lib"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Qt Bridge: Qt type library"
readme = "README.md"
license = "LicenseRef-Qt-Commercial OR LGPL-3.0-only"
repository = "https://code.qt.io/cgit/qt/qtbridge-rust.git/"
resolver = "2"

[lib]
name = "qtbridge_type_lib"
path = "src/lib.rs"

[dependencies.cxx]
version = "1.0.158"
features = [
    "c++17",
    "std",
]

[dependencies.linkme]
version = "0.3"

[dependencies.qtbridge-gen-common]
version = "0.2.0"

[build-dependencies.cxx-build]
version = "1.0.158"
features = ["parallel"]

[build-dependencies.qtbridge-build-utils]
version = "0.2.0"