libxfce4util-sys 0.1.0

FFI bindings to libxfce4util
# 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 = "libxfce4util-sys"
version = "0.1.0"
authors = [
    "Brian Tarricone <brian@tarricone.org>",
    "Andre Miranda <andreldm@xfce.org>",
]
build = "build.rs"
links = "xfce4util"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libxfce4util"
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.libxfce4util_1]
name = "libxfce4util-1.0"
version = "4.20"

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

[features]
dox = []

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

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

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

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

[dependencies.gobject-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"