[build-dependencies.bindgen]
version = "0.71.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.172"
[dependencies.log]
version = "0.4.20"
[dependencies.mach2]
version = "0.4.2"
[lib]
name = "xpc_sys"
path = "src/lib.rs"
[package]
authors = ["David Stancu <dstancu@nyu.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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"
repository = "https://github.com/mach-kernel/launchk"
version = "1.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]