IOKit-sys 0.1.0

FFI bindings for IOKit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "IOKit-sys"
version = "0.1.0"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "FFI bindings for IOKit"
license = "MIT"
homepage = "https://github.com/dcuddeback/iokit-sys"
repository = "https://github.com/dcuddeback/iokit-sys"
readme = "README.md"
keywords = ["iokit", "system", "bindings", "hardware"]

links = "IOKit"
build = "build.rs"

[dependencies]
libc = "0.1.8"
CoreFoundation-sys = "0.1.0"