[package]
edition = "2024"
name = "xfce4-util"
version = "0.1.0"
authors = [
"Brian Tarricone <brian@tarricone.org>",
"Andre Miranda <andreldm@xfce.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Xfce utility library"
homepage = "https://gitlab.xfce.org/bindings/xfce4-rs"
readme = "README.md"
keywords = [
"api",
"binding",
"xfce",
]
categories = [
"api-bindings",
"gui",
]
license = "LGPL-2.1-only"
repository = "https://gitlab.xfce.org/bindings/xfce4-rs"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustc-args = [
"--cfg",
"docsrs",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "xfce4_util"
path = "src/lib.rs"
[[test]]
name = "functions"
path = "tests/functions.rs"
[dependencies.bitflags]
version = "2.2"
[dependencies.ffi]
version = "0.1.0"
package = "libxfce4util-sys"
[dependencies.glib]
version = "0.18"
[dependencies.libc]
version = "0.2"
[dev-dependencies.regex]
version = "1.10.4"