io-kit-sys 0.4.1

Bindings to IOKit for macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "io-kit-sys"
description = "Bindings to IOKit for macOS"
homepage = "https://github.com/jtakakura/io-kit-rs"
repository = "https://github.com/jtakakura/io-kit-rs"
version = "0.4.1"
authors = ["Junji Takakura <j.takakura@gmail.com>"]
license = "MIT / Apache-2.0"
build = "build.rs"
edition = "2021"

[dependencies]
core-foundation-sys = "0.8.6"
mach2 = "0.4.2"