[package] name = "network-framework-sys" version = "0.1.0" authors = ["luozijun "] edition = "2018" description = "Network.framework bindings for macOS and iOS" repository = "https://github.com/LuoZijun/network-framework-sys" documentation = "https://docs.rs/network-framework-sys" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" core-foundation-sys = "0.7" [features] default = [ ] nightly = [ ]