resolv-conf/Cargo.toml
June Clementine Strawberry 054a92972c
bump rust edition to 2024 and toolchain to 1.86.0
Signed-off-by: June Clementine Strawberry <june@3.dog>
2025-04-05 17:03:08 -04:00

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"]