# 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 = "cxx-qt-lib" version = "0.7.0" authors = [ "Andrew Hayzen ", "Gerhard de Clercq ", "Leon Matthes ", ] links = "cxx-qt-lib" exclude = ["**/generate.sh"] description = "Qt types for integrating `cxx-qt` crate with `cxx`" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" [dependencies.bytes] version = "1.4" optional = true [dependencies.chrono] version = "0.4.27" optional = true [dependencies.cxx] version = "1.0.95" [dependencies.cxx-qt] version = "0.7.0" [dependencies.http] version = "1.0" optional = true [dependencies.rgb] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.time] version = "0.3.20" optional = true [dependencies.url] version = "2.3" optional = true [build-dependencies.cxx-qt-build] version = "0.7.0" [build-dependencies.qt-build-utils] version = "0.7.0" [features] bytes = ["dep:bytes"] chrono = ["dep:chrono"] default = [] full = [ "qt_full", "serde", "url", "time", "rgb", "http", "chrono", "bytes", ] http = ["dep:http"] link_qt_object_files = ["cxx-qt-build/link_qt_object_files"] qt_full = [ "qt_gui", "qt_qml", "qt_quickcontrols", ] qt_gui = [] qt_qml = [] qt_quickcontrols = [] rgb = ["dep:rgb"] serde = ["dep:serde"] time = ["dep:time"] url = ["dep:url"]