# 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 = "2018" name = "qmetaobject" version = "0.2.10" authors = ["Olivier Goffart "] build = "build.rs" description = "Expose rust object to Qt and QML." readme = "README.md" keywords = [ "Qt", "QML", "QMetaObject", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/woboq/qmetaobject-rs" resolver = "2" [package.metadata.docs.rs] dependencies = [ "qtbase5-dev", "qtdeclarative5-dev", ] [dependencies.cpp] version = "0.5.6" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" optional = true [dependencies.qmetaobject_impl] version = "=0.2.10" [dependencies.qttypes] version = "0.2.0" features = ["qtquick"] [dev-dependencies.cstr] version = "0.2" [dev-dependencies.if_rust_version] version = "1" [dev-dependencies.tempfile] version = "^3" [build-dependencies.cpp_build] version = "0.5.6" [build-dependencies.semver] version = "1" [features] chrono_qdatetime = ["qttypes/chrono"] default = ["log"] webengine = ["qttypes/qtwebengine"]