qtbridge-runtime 0.1.9

Qt Bridge: bridging code to be run in applications.
# 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-runtime"
version = "0.1.9"
build = "build.rs"
links = "qtbridge-runtime"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Qt Bridge: bridging code to be run in applications."
readme = "README.md"
license = "LicenseRef-Qt-Commercial OR LGPL-3.0-only"
repository = "https://code.qt.io/cgit/qt/qtbridge-rust.git/"
resolver = "2"

[features]
serde_json = ["dep:serde_json"]

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

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

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

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies]

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

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