[package] name = "libutp-sys" version = "0.1.4" build = "build.rs" authors = ["johsunds "] edition = "2018" description = "libutp bindings" keywords = ["bittorrent", "network"] license = "MIT" repository = "https://github.com/johsunds/libutp-sys" links = "libutp" [build-dependencies] cc = { version = "1.0", features = ["parallel"] } bindgen = "0.55.1" socket2 = "0.3.15" [target.'cfg(target_os = "linux")'.dependencies] nix = "0.18.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = "0.3.9"