libadwaita 0.9.1

Rust bindings for libadwaita
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"
name = "libadwaita"
version = "0.9.1"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = false
autolib = 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
rustdoc-args = ["--generate-link-to-definition"]

[features]
gio_v2_80 = ["gio/v2_80"]
gtk_v4_18 = [
    "gtk_v4_6",
    "gtk/v4_18",
]
gtk_v4_2 = ["gtk/v4_2"]
gtk_v4_20 = [
    "gtk_v4_18",
    "gtk/v4_20",
]
gtk_v4_22 = [
    "gtk_v4_20",
    "gtk/v4_22",
]
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",
]
v1_8 = [
    "v1_7",
    "ffi/v1_8",
]
v1_9 = [
    "v1_8",
    "ffi/v1_9",
]

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

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[dependencies.ffi]
version = "0.9.1"
package = "libadwaita-sys"

[dependencies.gdk]
version = "0.11"
package = "gdk4"

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

[dependencies.gtk]
version = "0.11"
package = "gtk4"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.22"