qtrs 0.3.2

qtrs - A type-safe, builder-pattern-driven Qt6 GUI library for Rust
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 = "2021"
name = "qtrs"
version = "0.3.2"
authors = ["zhanghaoxvan <3592114583@qq.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "qtrs - A type-safe, builder-pattern-driven Qt6 GUI library for Rust"
readme = "README.md"
keywords = [
    "qt",
    "gui",
    "qt6",
    "widgets",
    "cxx",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zhanghaoxvan/qtrs"

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

[[example]]
name = "basic"
path = "examples/basic/basic.rs"

[[example]]
name = "demo"
path = "examples/demo/demo.rs"

[[example]]
name = "ui"
path = "examples/ui/ui.rs"

[dependencies.cxx]
version = "1.0"

[build-dependencies.cxx-build]
version = "1.0"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
    "cfg(qt_5)",
    "cfg(qt_6)",
]