resolv-conf 0.7.1

The resolv.conf file parser
Documentation
[dependencies.hostname]
optional = true
version = "0.4"

[[example]]
name = "parse"
path = "examples/parse.rs"

[features]
system = ["hostname"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "The resolv.conf file parser"
documentation = "https://docs.rs/resolv-conf/"
edition = "2021"
homepage = "https://github.com/hickory-dns/resolv-conf"
keywords = ["dns", "unix", "conf", "resolv"]
license = "MIT OR Apache-2.0"
name = "resolv-conf"
readme = "README.md"
repository = "https://github.com/hickory-dns/resolv-conf"
rust-version = "1.67"
version = "0.7.1"

[[test]]
name = "lib"
path = "tests/lib.rs"