[package] name = "dnsparse" version = "0.3.0" edition = "2018" authors = ["Markus Reiter "] license = "MIT OR Apache-2.0" readme = "ReadMe.md" description = "A `no_std` library for parsing and generating DNS queries and responses." documentation = "https://docs.rs/dnsparse" repository = "https://github.com/reitermarkus/dnsparse" homepage = "https://github.com/reitermarkus/dnsparse" keywords = ["dns", "query", "response", "no-std"] categories = ["network-programming", "parser-implementations"] exclude = ["/.github"] [features] std = [] [dependencies]