[package]
name = "openvpn-parser"
version = "0.3.0"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
description = "Parser for the OpenVPN protocol"
homepage = "https://github.com/rusticata/openvpn-parser"
documentation = "https://docs.rs/openvpn-parser"
keywords = ["OpenVPN", "protocol", "parser", "nom"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rusticata/openvpn-parser.git"
[dependencies.nom]
version = "4.0"
[dependencies.rusticata-macros]
version = "1.1"