qtbridge-interfaces 0.1.4

Qt Bridge: Proxies and interfaces between Rust and Qt
# 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-interfaces"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Qt Bridge: Proxies and interfaces between Rust and Qt"
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_interfaces"
path = "src/lib.rs"

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

[dependencies.qtbridge-runtime]
version = "0.1.4"

[dependencies.qtbridge-type-lib]
version = "0.1.3"

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

[build-dependencies.qtbridge-build-common]
version = "0.1.2"