[build-dependencies.bindgen]
version = "0.69.1"
[build-dependencies.xcrun]
version = "1.0.4"
[dependencies.bitflags]
version = "2.4.0"
[dependencies.block]
version = "0.1.6"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libc]
version = "0.2.147"
[dependencies.log]
version = "0.4.20"
[package]
authors = ["David Stancu <dstancu@nyu.edu>"]
categories = ["external-ffi-bindings", "os::macos-apis"]
description = "Conveniently call routines with wrappers for xpc_pipe_routine() and go from Rust types to XPC objects and back!"
edition = "2018"
keywords = ["apple", "xpc", "xpc-dictionary"]
license = "MIT"
name = "xpc-sys"
readme = "README.md"
version = "0.4.2"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]