dns-message 0.2.0

DNS message library
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 = "2024"
name = "dns-message"
version = "0.2.0"
authors = ["WatchDG <baranov@w3m.co>"]
build = false
exclude = [
    ".gitignore",
    "RFC/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DNS message library"
homepage = "https://github.com/WatchDG/rust-dns-message"
documentation = "https://docs.rs/dns-message"
readme = "README.md"
keywords = [
    "dns",
    "message",
    "protocol",
]
categories = [
    "network-programming",
    "parsing",
]
license = "MIT"
repository = "https://github.com/WatchDG/rust-dns-message"

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

[dependencies.mt]
version = "0.3"

[dev-dependencies]