simple-dns 0.11.3

Rust implementation to parse and write DNS packets
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 = "simple-dns"
version = "0.11.3"
authors = ["Ilson Roberto Balliego Junior <ilson.balliego@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation to parse and write DNS packets"
readme = "README.md"
keywords = [
    "dns",
    "parser",
]
categories = [
    "parser-implementations",
    "network-programming",
    "no-std",
]
license = "MIT"
repository = "https://github.com/balliegojr/simple-dns"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = ["std"]
std = []

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

[[test]]
name = "packet_tests"
path = "tests/packet_tests.rs"

[dependencies.bitflags]
version = "2.11"