2021-03-29 17:22:14 +00:00
|
|
|
[package]
|
2021-09-15 03:29:58 +00:00
|
|
|
authors = ["K900 <me@0upti.me>", "Jake McGinty <jake@tonari.no>"]
|
2021-03-29 17:22:14 +00:00
|
|
|
categories = ["os::unix-apis"]
|
|
|
|
description = "High level bindings to the WireGuard embeddable C library"
|
2022-01-11 07:54:43 +00:00
|
|
|
edition = "2021"
|
2021-03-29 17:22:14 +00:00
|
|
|
license = "LGPL-2.1-or-later"
|
2021-09-15 03:29:58 +00:00
|
|
|
name = "wireguard-control"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/tonarino/innernet"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base64 = "0.13"
|
|
|
|
hex = "0.4"
|
|
|
|
libc = "0.2"
|
2022-01-12 22:15:05 +00:00
|
|
|
log = "0.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
rand_core = "0.6"
|
2022-02-18 01:56:53 +00:00
|
|
|
curve25519-dalek = "4.0.0-pre.2"
|
2022-01-07 09:35:21 +00:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
|
|
netlink-request = { path = "../netlink-request" }
|
|
|
|
netlink-sys = "0.8"
|
|
|
|
netlink-packet-core = "0.4"
|
|
|
|
netlink-packet-generic = "0.3"
|
2022-03-15 01:47:52 +00:00
|
|
|
netlink-packet-route = "0.11"
|
2022-02-14 17:34:21 +00:00
|
|
|
netlink-packet-wireguard = "0.2"
|