# 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" rust-version = "1.73" name = "i-slint-backend-qt" version = "1.8.0" authors = ["Slint Developers "] build = "build.rs" links = "i_slint_backend_qt" autobins = false autoexamples = false autotests = false autobenches = false description = "Qt rendering backend for Slint" homepage = "https://slint.dev" readme = "README.md" license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [lib] name = "i_slint_backend_qt" path = "lib.rs" [dependencies.const-field-offset] version = "0.1" [dependencies.cpp] version = "0.5.5" optional = true [dependencies.i-slint-common] version = "=1.8.0" default-features = false [dependencies.i-slint-core] version = "=1.8.0" features = ["std"] default-features = false [dependencies.i-slint-core-macros] version = "=1.8.0" default-features = false [dependencies.lyon_path] version = "1" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.pin-project] version = "1" optional = true [dependencies.pin-weak] version = "1" optional = true [dependencies.qttypes] version = "0.2.7" optional = true default-features = false [dependencies.vtable] version = "0.2" default-features = false [build-dependencies.cpp_build] version = "0.5.5" optional = true [features] default = ["enable"] enable = [ "dep:cpp", "dep:lyon_path", "dep:once_cell", "dep:pin-project", "dep:pin-weak", "dep:qttypes", "dep:cpp_build", ] rtti = ["i-slint-core/rtti"]