libutp-sys 0.1.2

libutp bindings
[build-dependencies.bindgen]
version = "0.55.1"

[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.socket2]
version = "0.3.15"

[package]
authors = ["johsunds <jsundstrom1994@gmail.com>"]
build = "build.rs"
description = "libutp bindings"
edition = "2018"
keywords = ["bittorrent", "network"]
license = "MIT"
links = "libutp"
name = "libutp-sys"
repository = "https://github.com/johsunds/libutp-sys"
version = "0.1.2"
[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "0.18.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.9"