[package] name = "CoreFoundation-sys" version = "0.1.4" authors = ["David Cuddeback "] description = "FFI bindings for CoreFoundation" license = "MIT" homepage = "https://github.com/dcuddeback/core-foundation-sys" repository = "https://github.com/dcuddeback/core-foundation-sys" readme = "README.md" keywords = ["corefoundation", "system", "bindings"] links = "CoreFoundation" build = "build.rs" [dependencies] libc = "0.2" mach = "0.1.0"