# 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 = "2018" name = "xpc-sys" version = "0.5.1" authors = ["David Stancu "] description = "Conveniently call routines with wrappers for xpc_pipe_routine() and go from Rust types to XPC objects and back!" readme = "README.md" keywords = [ "apple", "xpc", "xpc-dictionary", ] categories = [ "external-ffi-bindings", "os::macos-apis", ] license = "MIT" [package.metadata.docs.rs] targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", ] [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" [build-dependencies.bindgen] version = "0.69.1" [build-dependencies.xcrun] version = "1.0.4"