sawp-dns 0.11.0

SAWP Protocol Parser for DNS
Documentation
[build-dependencies.cbindgen]
optional = true
version = "0.15"
[dependencies.byteorder]
version = "1.4.3"

[dependencies.nom]
version = "5.1.2"

[dependencies.num_enum]
version = "0.5.1"

[dependencies.sawp]
version = "^0.11.0"

[dependencies.sawp-ffi]
optional = true
version = "^0.11.0"

[dependencies.sawp-flags]
version = "^0.11.0"
[dev-dependencies.rstest]
version = "0.6.4"

[features]
ffi = ["cbindgen", "sawp/ffi", "sawp-ffi"]
verbose = ["sawp/verbose"]

[lib]
crate-type = ["staticlib", "rlib", "cdylib"]

[package]
authors = ["Canadian Centre for Cyber Security <sa-sawp@cyber.gc.ca>"]
categories = ["parsing", "network-programming"]
description = "SAWP Protocol Parser for DNS"
edition = "2018"
homepage = "https://github.com/CyberCentreCanada/sawp"
include = ["Cargo.toml", "../LICENSE", "../README.md", "src/**/*.rs"]
keywords = ["dns", "parser", "protocol"]
license-file = "LICENSE"
name = "sawp-dns"
readme = "../README.md"
repository = "https://github.com/CyberCentreCanada/sawp"
version = "0.11.0"
[package.metadata.release]
pre-release-replacements = []