# 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 = "libadwaita" version = "0.7.1" authors = ["Bilal Elmoussaoui "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libadwaita" homepage = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/" documentation = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita" readme = "README.md" keywords = [ "gtk4-rs", "gnome", "adwaita", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libadwaita-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libadwaita" path = "src/lib.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" [dependencies.ffi] version = "0.7" package = "libadwaita-sys" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.libc] version = "0.2" [dependencies.pango] version = "0.20" [features] gio_v2_80 = ["gio/v2_80"] gtk_v4_2 = ["gtk/v4_2"] gtk_v4_6 = [ "gtk_v4_2", "gtk/v4_6", ] v1_1 = ["ffi/v1_1"] v1_2 = [ "v1_1", "ffi/v1_2", ] v1_3 = [ "v1_2", "ffi/v1_3", ] v1_4 = [ "v1_3", "ffi/v1_4", ] v1_5 = [ "v1_4", "ffi/v1_5", ] v1_6 = [ "v1_5", "ffi/v1_6", ] v1_7 = [ "v1_6", "ffi/v1_7", ]