ospf-parser 0.5.0

Parser for the OSPF version 2 protocol
Documentation
[package]
name = "ospf-parser"
version = "0.5.0"
description = "Parser for the OSPF version 2 protocol"
license = "MIT/Apache-2.0"
keywords = ["OSPF","routing","protocol","parser","nom"]
homepage = "https://github.com/rusticata/ospf-parser"
repository = "https://github.com/rusticata/ospf-parser.git"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["parser-implementations"]
readme = "README.md"
edition = "2018"

include = [
  "LICENSE-*",
  "README.md",
  ".gitignore",
  ".travis.yml",
  "Cargo.toml",
  "src/*.rs",
  "tests/*.rs",
]


[dependencies]
nom = "7.0"
nom-derive = "0.10"
rusticata-macros = "4.0"

[dev-dependencies]
hex-literal = "0.3"