relm4-components 0.11.0

An idiomatic GUI library inspired by Elm and based on gtk4-rs
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 = "2024"
rust-version = "1.93"
name = "relm4-components"
version = "0.11.0"
authors = ["Aaron Erhardt <aaron.erhardt@t-online.de>"]
build = false
include = [
    "src/",
    "examples/",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An idiomatic GUI library inspired by Elm and based on gtk4-rs"
homepage = "https://relm4.org"
documentation = "https://docs.rs/relm4_components/"
readme = "README.md"
keywords = [
    "gui",
    "gtk",
    "gtk4",
    "gnome",
    "elm",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Relm4/Relm4"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = []
libadwaita = ["relm4/libadwaita"]
web = ["reqwest"]

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

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

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

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

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

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

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

[dependencies.once_cell]
version = "1.21"

[dependencies.relm4]
version = "0.11.0"
features = [
    "css",
    "macros",
]
default-features = false

[dependencies.reqwest]
version = "0.12.28"
optional = true

[dependencies.tracker]
version = "0.2"