# 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" rust-version = "1.75" name = "relm4-components" version = "0.9.1" authors = ["Aaron Erhardt "] include = [ "src/", "examples/", "README.md", "../LICENSE-MIT", "../LICENSE-APACHE", ] 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", "elm", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Relm4/Relm4" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustc-args = [ "--cfg", "docsrs", ] [[example]] name = "web_image" required-features = ["web"] [[example]] name = "adw_combo_row" required-features = ["libadwaita"] [dependencies.once_cell] version = "1.19" [dependencies.relm4] version = "0.9.0" features = [ "css", "macros", ] default-features = false [dependencies.reqwest] version = "0.12.5" optional = true [dependencies.tracker] version = "0.2.1" [features] default = [] libadwaita = ["relm4/libadwaita"] web = ["reqwest"]