innernet/wireguard-control/Cargo.toml

23 lines
654 B
TOML
Raw Normal View History

2021-03-29 17:22:14 +00:00
[package]
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"
edition = "2018"
license = "LGPL-2.1-or-later"
name = "wireguard-control"
readme = "README.md"
repository = "https://github.com/tonarino/innernet"
2021-09-14 14:18:30 +00:00
version = "1.5.0-beta.4"
2021-03-29 17:22:14 +00:00
[dependencies]
base64 = "0.13"
hex = "0.4"
libc = "0.2"
[target.'cfg(target_os = "linux")'.dependencies]
wireguard-control-sys = { path = "../wireguard-control-sys", version = "1.5.0-beta.4" }
2021-03-29 17:22:14 +00:00
[target.'cfg(not(target_os = "linux"))'.dependencies]
rand_core = "0.6"
curve25519-dalek = "4.0.0-pre.1"