rust_widgets 0.6.1

Cross-platform native GUI library
# 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 = "rust_widgets"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform native GUI library"
readme = "README.md"
license = "MIT"

[features]
chart = []
controls-custom = []
controls-native = []
default = ["full"]
desktop-runtime = []
embedded = []
full = [
    "print",
    "pdf",
    "chart",
    "desktop-runtime",
    "gpu-wgpu",
    "quality-management",
    "mobile-api",
    "gtk-native",
    "controls-native",
    "controls-custom",
]
gpu-wgpu = ["wgpu"]
gtk-native = []
mobile-api = []
objc2-macos = []
pdf = []
print = []
quality-management = []

[lib]
name = "rust_widgets"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "demo_basic"
path = "demos/demo_basic.rs"

[[example]]
name = "demo_dockpanel"
path = "demos/demo_dockpanel.rs"

[[example]]
name = "demo_listview"
path = "demos/demo_listview.rs"

[[example]]
name = "demo_mdiarea"
path = "demos/demo_mdiarea.rs"

[[example]]
name = "demo_quality"
path = "demos/demo_quality.rs"

[[example]]
name = "demo_splitter"
path = "demos/demo_splitter.rs"

[[example]]
name = "demo_tableview"
path = "demos/demo_tableview.rs"

[[example]]
name = "demo_tabwidget"
path = "demos/demo_tabwidget.rs"

[[example]]
name = "demo_treeview"
path = "demos/demo_treeview.rs"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.font8x8]
version = "0.2.7"

[dependencies.pollster]
version = "0.3"

[dependencies.roxmltree]
version = "0.19"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.threadpool]
version = "1.8"

[dependencies.wgpu]
version = "0.16"
optional = true

[dependencies.winit]
version = "0.30.13"

[target.'cfg(target_os = "harmony")'.dependencies]

[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.18"
optional = true

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.24"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.objc-foundation]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
optional = true

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "winuser",
    "commctrl",
]

[lints.rust]
unexpected_cfgs = "allow"