libxfce4ui-sys 0.1.0

FFI bindings to libxfce4ui
# 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 = "libxfce4ui-sys"
version = "0.1.0"
authors = [
    "Brian Tarricone <brian@tarricone.org>",
    "Andre Miranda <andreldm@xfce.org>",
]
build = "build.rs"
links = "xfce4ui-2"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libxfce4ui"
homepage = "https://gitlab.xfce.org/bindings/xfce4-rs"
readme = "README.md"
keywords = [
    "api",
    "binding",
    "xfce",
]
categories = [
    "external-ffi-bindings",
    "gui",
]
license = "LGPL-2.1-only"
repository = "https://gitlab.xfce.org/bindings/xfce4-rs"
resolver = "2"

[package.metadata.system-deps.libxfce4ui_2]
name = "libxfce4ui-2"
version = "4.20"

[package.metadata.system-deps.libxfce4ui_2.v4_21]
version = "4.21"

[package.metadata.system-deps.libxfce4ui_2.v4_21_1]
version = "4.21.1"

[package.metadata.system-deps.libxfce4ui_2.v4_21_3]
version = "4.21.3"

[package.metadata.system-deps.libxfce4ui_2.v4_21_4]
version = "4.21.4"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]
all-features = true
features = ["dox"]

[features]
dox = []
v4_21 = []
v4_21_1 = ["v4_21"]
v4_21_3 = ["v4_21_1"]
v4_21_4 = ["v4_21_3"]

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

[[test]]
name = "abi"
path = "tests/abi.rs"

[dependencies.cairo]
version = "0.18"
package = "cairo-sys-rs"

[dependencies.gdk-pixbuf]
version = "0.18"
package = "gdk-pixbuf-sys"

[dependencies.gdk-sys]
version = "0.18"

[dependencies.gio-sys]
version = "0.18"

[dependencies.glib-sys]
version = "0.18"

[dependencies.gobject-sys]
version = "0.18"

[dependencies.gtk-sys]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dev-dependencies.shell-words]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.system-deps]
version = "7"