# 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 = "gtk-rust-app" version = "0.12.0" authors = ["Florian Loers"] description = "Framework for writing flatpak apps with GTK in Rust" readme = "README.md" keywords = [ "GTK", "UI", "flatpak", ] categories = ["gui"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/floers/gtk-rust-app" [dependencies.cargo-gra] version = "0.6" default-features = false [dependencies.gdk4] version = "0.6" optional = true [dependencies.gettext-rs] version = "0.7" features = ["gettext-system"] [dependencies.glib] version = "0.17" optional = true [dependencies.gstore] version = "0.9" optional = true [dependencies.gtk] version = "0.6" optional = true package = "gtk4" [dependencies.gtk-rust-app-derive] version = "0.2" optional = true [dependencies.libadwaita] version = "0.3" optional = true package = "libadwaita" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.serde-xml-rs] version = "0.6" [features] build = [] default = [ "ui", "build", "store", ] store = ["gstore"] ui = [ "libadwaita", "gtk-rust-app-derive", "gtk", "gdk4", "glib", ]