[package] name = "wgctrl-rs" version = "0.1.0" authors = ["K900 "] license = "LGPL-2.1-or-later" repository = "https://gitlab.com/K900/wgctrl-rs" readme = "../README.md" description = "High level bindings to the WireGuard embeddable C library" categories = ["os::unix-apis"] [dependencies] wgctrl-sys = "0.1.0" libc = "0.2" chrono = "0.4"