1
0
mirror of https://github.com/tonarino/innernet.git synced 2024-11-28 08:58:37 +02:00
innernet/wireguard-control/Cargo.toml

27 lines
708 B
TOML
Raw Normal View History

2021-03-29 19:22:14 +02:00
[package]
authors = ["K900 <me@0upti.me>", "Jake McGinty <jake@tonari.no>"]
2021-03-29 19:22:14 +02:00
categories = ["os::unix-apis"]
description = "High level bindings to the WireGuard embeddable C library"
2022-01-11 09:54:43 +02:00
edition = "2021"
2021-03-29 19:22:14 +02:00
license = "LGPL-2.1-or-later"
name = "wireguard-control"
readme = "README.md"
repository = "https://github.com/tonarino/innernet"
2022-09-24 06:16:35 +02:00
version = "1.5.5"
2021-03-29 19:22:14 +02:00
[dependencies]
base64 = "0.13"
hex = "0.4"
libc = "0.2"
log = "0.4"
2021-03-29 19:22:14 +02:00
rand_core = "0.6"
curve25519-dalek = "4.0.0-pre.2"
[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-08-10 23:55:01 +02:00
netlink-packet-route = "0.13"
netlink-packet-wireguard = "0.2"