macstate-sys 0.0.11

Hand-written macOS FFI (CoreFoundation, IOKit, Network.framework) used by macstate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "macstate-sys"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Hand-written macOS FFI (CoreFoundation, IOKit, Network.framework) used by macstate"
readme = "../../README.md"
homepage = "https://github.com/DaveDev42/macstate"
documentation = "https://docs.rs/macstate-sys"
keywords = ["macos", "ffi", "iokit", "corefoundation", "nwpath"]
categories = ["os::macos-apis", "external-ffi-bindings"]

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.6"
block2 = "0.6"