[package]
edition = "2024"
name = "xfce4-ui"
version = "0.2.2"
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 UI 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"
[features]
dox = []
v4_21 = ["ffi/v4_21"]
v4_21_1 = [
"ffi/v4_21_1",
"v4_21",
]
v4_21_3 = [
"ffi/v4_21_3",
"v4_21_1",
]
v4_21_4 = [
"ffi/v4_21_4",
"v4_21_3",
]
[lib]
name = "xfce4_ui"
path = "src/lib.rs"
[dependencies.ffi]
version = "0.2.2"
package = "libxfce4ui-sys"