[package]
edition = "2024"
rust-version = "1.85"
name = "cpdb-sys"
version = "0.1.1"
build = "build.rs"
links = "cpdb"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for OpenPrinting cpdb-libs (Common Print Dialog Backends). See cpdb-rs for the high-level API."
homepage = "https://openprinting.github.io/"
documentation = "https://docs.rs/cpdb-sys"
readme = "README.md"
keywords = [
"printing",
"cups",
"openprinting",
"ffi",
"cpdb",
]
categories = [
"api-bindings",
"external-ffi-bindings",
"os::unix-apis",
]
license = "MIT"
repository = "https://github.com/OpenPrinting/cpdb-rs"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "cpdb_sys"
path = "src/lib.rs"
[dependencies.glib-sys]
version = "0.22"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "2.0"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.pkg-config]
version = "0.3"