[dependencies.hostname]
optional = true
version = "^0.3"
[dependencies.quick-error]
version = "1.0.0"
[features]
system = ["hostname"]
[lib]
name = "resolv_conf"
path = "src/lib.rs"
[package]
authors = ["paul@colomiets.name"]
categories = ["parser-implementations"]
description = " The resolv.conf file parser\n"
documentation = "https://docs.rs/resolv-conf/"
homepage = "http://github.com/tailhook/resolv-conf"
keywords = ["dns", "unix", "conf", "resolv"]
license = "MIT/Apache-2.0"
name = "resolv-conf"
readme = "README.md"
version = "0.6.3"