macos-resolver 0.2.0

Manage macOS /etc/resolver/ files for custom DNS domain resolution
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "macos-resolver"
version = "0.2.0"
authors = [
    "ArcBox Labs <team@arcbox.dev> (https://arcbox.dev)",
    "AprilNEA <dev@aprilnea.me> (https://aprilnea.me)",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage macOS /etc/resolver/ files for custom DNS domain resolution"
readme = "README.md"
keywords = [
    "macos",
    "dns",
    "resolver",
]
categories = [
    "os::macos-apis",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcbox-labs/macos-resolver"

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

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

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
nursery = "warn"
pedantic = "warn"