2021-03-29 17:22:14 +00:00
|
|
|
[package]
|
|
|
|
authors = ["K900 <me@0upti.me>", "Jake McGinty <jake@tonari.no>"]
|
|
|
|
categories = ["external-ffi-bindings", "os::unix-apis"]
|
|
|
|
description = "Raw bindings to the WireGuard embeddable C library"
|
|
|
|
license = "LGPL-2.1-or-later"
|
2021-09-15 03:29:58 +00:00
|
|
|
name = "wireguard-control-sys"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/tonarino/innernet"
|
2021-11-11 09:42:21 +00:00
|
|
|
version = "1.5.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
|
2021-11-21 06:33:03 +00:00
|
|
|
[features]
|
|
|
|
buildtime_bindgen = ["bindgen"]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[build-dependencies]
|
2021-11-21 06:33:03 +00:00
|
|
|
bindgen = { version = "0", default-features = false, optional = true }
|
2021-03-29 17:22:14 +00:00
|
|
|
cc = "1.0"
|