rusdig 0.2.3

Lightweight DNS message parsing and encoding library written in Rust
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rusdig"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight DNS message parsing and encoding library written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Kek5chen/rusdig"

[lib]
name = "rusdig"
path = "src/lib.rs"

[[example]]
name = "resolve"
path = "examples/resolve.rs"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.bytemuck]
version = "1.19.0"

[dependencies.rand]
version = "0.9.0-alpha.2"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.5"