resolv-conf 0.5.0

The resolv.conf file parser
Documentation
[package]
name = "resolv-conf"
description = """
    The resolv.conf file parser
"""
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["dns", "unix", "conf", "resolv"]
categories = ["parser-implementations"]
homepage = "http://github.com/tailhook/resolv-conf"
documentation = "https://docs.rs/resolv-conf/"
version = "0.5.0"
authors = ["paul@colomiets.name"]

[dependencies]
quick-error = "1.0.0"

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