nrelm-components 0.1.0

An idiomatic GUI library inspired by Elm and based on gtk3-rs
# 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 = "nrelm-components"
version = "0.1.0"
authors = ["Kazam <kazam0180@proton.me>"]
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 gtk3-rs"
homepage = "https://gitlab.com/NeoRelm/NeoRelm"
documentation = "https://docs.rs/nrelm-components/"
readme = "README.md"
keywords = [
    "gui",
    "gtk",
    "gtk3",
    "gnome",
    "elm",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.com/NeoRelm/NeoRelm"

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

[features]
default = []
web = ["reqwest"]

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

[[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.nrelm]
version = "0.1.0"
default-features = true

[dependencies.once_cell]
version = "1.21"

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

[dependencies.tracker]
version = "0.2"