qtrs 0.2.0

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.2.0"
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"

[package.metadata.system-deps.qt6-core]
name = "Qt6Core"
version = "6.0"

[package.metadata.system-deps.qt6-gui]
name = "Qt6Gui"
version = "6.0"

[package.metadata.system-deps.qt6-widgets]
name = "Qt6Widgets"
version = "6.0"

[features]
default = []
ui = []

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

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

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

[dependencies.cxx]
version = "1.0"

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

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.system-deps]
version = "1.3"