ipsec-parser 0.4.1

Parser for the IKEv2 protocol
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ipsec-parser"
version = "0.4.1"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
include = ["LICENSE-*", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "assets/*"]
description = "Parser for the IKEv2 protocol"
homepage = "https://github.com/rusticata/ipsec-parser"
documentation = "https://docs.rs/ipsec-parser"
keywords = ["IPsec", "IKEv2", "protocol", "parser", "nom"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rusticata/ipsec-parser.git"
[dependencies.nom]
version = "4.0"

[dependencies.rusticata-macros]
version = "1.0"
[badges.travis-ci]
repository = "rusticata/ipsec-parser"