[package]
name = "resolv-conf"
edition = "2021"
rust-version = "1.67"
description = """The resolv.conf file parser"""
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["dns", "unix", "conf", "resolv"]
categories = ["parser-implementations"]
homepage = "https://github.com/hickory-dns/resolv-conf"
documentation = "https://docs.rs/resolv-conf/"
repository = "https://github.com/hickory-dns/resolv-conf"
version = "0.7.1"
[dependencies]
hostname = { version = "0.4", optional = true }
[features]
system = ["hostname"]