pappl-sys 0.1.0

Raw bindgen FFI bindings for PAPPL, the Printer Application Programming Library
# 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 = "2021"
rust-version = "1.74"
name = "pappl-sys"
version = "0.1.0"
authors = ["Florian Hänel <heeen.de@gmail.com>"]
build = "build.rs"
links = "pappl"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindgen FFI bindings for PAPPL, the Printer Application Programming Library"
homepage = "https://github.com/heeen/pappl-rs"
readme = "README.md"
keywords = [
    "pappl",
    "cups",
    "printer",
    "ipp",
    "ffi",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/heeen/pappl-rs"

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

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.pkg-config]
version = "0.3"