[dependencies.derive-try-from-primitive]
version = "1.0.0"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
auth-failed-event = []
[lib]
name = "openvpn_plugin"
path = "src/lib.rs"
[package]
authors = ["Mullvad VPN", "Linus Färnstrand <linus@mullvad.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "external-ffi-bindings", "network-programming"]
description = "A crate allowing easy creation of OpenVPN plugins in Rust"
edition = "2018"
keywords = ["openvpn", "vpn", "plugin", "ffi", "cdylib"]
license = "MIT OR Apache-2.0"
name = "openvpn-plugin"
readme = "README.md"
repository = "https://github.com/mullvad/openvpn-plugin-rs"
version = "0.4.3"