[dependencies.hickory-proto]
features = ["dnssec-ring"]
version = "0.25.1"
[lib]
name = "dns_name"
path = "src/lib.rs"
[package]
authors = ["BlueCat Networks <support@bluecatnetworks.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "data-structures"]
description = "DNS name parsing with public suffix lookup"
documentation = "https://docs.rs/dns_name"
edition = "2021"
keywords = ["dns", "parser"]
license = "MIT"
name = "dns_name"
readme = "README.md"
repository = "https://github.com/bluecatengineering/dns_name"
version = "2.0.0"