19 lines
533 B
TOML
19 lines
533 B
TOML
[package]
|
|
name = "resolv-conf"
|
|
edition = "2024"
|
|
rust-version = "1.86.0"
|
|
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"]
|