[package]
name = "rusdig"
description = "Lightweight DNS message parsing and encoding library written in Rust"
license = "MIT"
repository = "https://github.com/Kek5chen/rusdig"
version = "0.2.3"
edition = "2021"
[dependencies]
bitflags = "2.6.0"
static_assertions = "1.1.0"
thiserror = "2.0.5"
bytemuck = "1.19.0"
rand = "0.9.0-alpha.2"