[package]
edition = "2021"
rust-version = "1.77"
name = "macstate-sys"
version = "0.0.7"
authors = ["Dave Choi <helloworld4625@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-written macOS FFI (CoreFoundation, IOKit, Network.framework) used by macstate"
homepage = "https://github.com/DaveDev42/macstate"
documentation = "https://docs.rs/macstate-sys"
readme = "README.md"
keywords = [
"macos",
"ffi",
"iokit",
"corefoundation",
"nwpath",
]
categories = [
"os::macos-apis",
"external-ffi-bindings",
]
license = "BSD-3-Clause"
repository = "https://github.com/DaveDev42/macstate"
[lib]
name = "macstate_sys"
path = "src/lib.rs"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"