# 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" rust-version = "1.56" name = "qttypes" version = "0.2.12" authors = ["Olivier Goffart "] build = "build.rs" links = "qt" autobins = false autoexamples = false autotests = false autobenches = false description = "Manually maintained buildings for Qt value types" readme = "README.md" keywords = [ "Qt", "QtCore", "QtGui", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/woboq/qmetaobject-rs" resolver = "2" [package.metadata.docs.rs] dependencies = [ "qtbase5-dev", "qtdeclarative5-dev", ] [lib] name = "qttypes" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.cpp] version = "0.5.6" [dev-dependencies.cpp_build] version = "0.5.6" [dev-dependencies.tempfile] version = "3.4.0" default-features = false [build-dependencies.cpp_build] version = "0.5.6" [build-dependencies.semver] version = "1" [features] default = ["required"] qtmultimedia = [] qtmultimediawidgets = [] qtquick = [] qtquickcontrols2 = [] qtsql = [] qttest = [] qtwebengine = [] required = []