[go: up one dir, main page]

resolv-conf 0.7.5

The resolv.conf file parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "resolv-conf"
version = "0.7.5"
edition = "2021"
rust-version = "1.61"
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"

[features]
# dummy feature for backwards compatibility with 0.7.1;
# can be dropped with the next breaking version
system = []