[package]
edition = "2021"
name = "detect_dns_packet"
version = "0.1.6"
authors = ["Cyprien Avico <avicocyprien@yahoo.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library to detect DNS packets"
homepage = "https://github.com/Akmot9/detect_dns_packet"
documentation = "https://docs.rs/detect_dns_packet"
readme = "README.md"
keywords = [
"dns",
"parser",
"network",
]
categories = [
"network-programming",
"parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Akmot9/detect_dns_packet"
[lib]
name = "detect_dns_packet"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.thiserror]
version = "2.0.3"