qt_gui_5 0.6.0

Bindings for QtGui C++ library (at qt_gui_5)
Documentation
# 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 = "qt_gui_5"
version = "0.6.0"
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for QtGui C++ library (at qt_gui_5)"
documentation = "https://docs.rs/qt_gui_5"
readme = false
keywords = [
    "gui",
    "ffi",
    "qt",
    "ritual",
]
categories = [
    "external-ffi-bindings",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-qt/ritual"

[package.metadata.docs.rs]
features = [
    "ritual_rustdoc",
    "ritual_rustdoc_nightly",
]

[features]
ritual_rustdoc = ["qt_core_5/ritual_rustdoc"]
ritual_rustdoc_nightly = ["qt_core_5/ritual_rustdoc_nightly"]

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

[[test]]
name = "list"
path = "tests/list.rs"

[[test]]
name = "window"
path = "tests/window.rs"

[dependencies.cpp_core]
version = "0.6.0"

[dependencies.qt_core_5]
version = "0.6.0"

[build-dependencies.qt_ritual_build]
version = "0.5.0"