[dependencies.blocking]
features = ["tracing"]
optional = true
version = "1.6.2"
[dependencies.cfg-if]
version = "1.0.4"
[dependencies.chrono]
default-features = false
features = ["now", "serde"]
version = "0.4.42"
[dependencies.hex]
optional = true
version = "0.4.3"
[dependencies.hmac]
optional = true
version = "0.12.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.sha1]
optional = true
version = "0.10.6"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tracing]
version = "0.1.41"
[dependencies.ureq]
default-features = false
features = ["native-tls"]
version = "3.1.2"
[dev-dependencies.acme-micro]
version = "0.13.0"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.cfg-if]
version = "1.0.4"
[dev-dependencies.futures-rustls]
features = ["aws-lc-rs"]
version = "0.26.0"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.hyper-util]
features = ["tokio"]
version = "0.1.17"
[dev-dependencies.macro_rules_attribute]
version = "0.2.2"
[dev-dependencies.random-string]
version = "1.1.0"
[dev-dependencies.sha1]
version = "0.10.6"
[dev-dependencies.smol]
version = "2.0.2"
[dev-dependencies.smol-hyper]
version = "0.1.1"
[dev-dependencies.smol-macros]
version = "0.1.1"
[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.18"
[dev-dependencies.tokio]
features = ["rt", "test-util", "net", "full"]
version = "1.48.0"
[dev-dependencies.tokio-rustls]
version = "0.26.4"
[dev-dependencies.tracing]
version = "0.1.41"
[dev-dependencies.tracing-subscriber]
version = "0.3.20"
[dev-dependencies.tracing-test]
version = "0.2.5"
[[example]]
name = "acme-dns01"
path = "examples/acme-dns01.rs"
required-features = ["gandi"]
[[example]]
name = "acme-dns01-async"
path = "examples/acme-dns01-async.rs"
required-features = ["async", "gandi"]
[features]
all-providers = ["gandi", "dnsmadeeasy", "dnsimple", "porkbun"]
async = ["dep:blocking"]
default = ["all-providers"]
dnsimple = []
dnsmadeeasy = ["dep:hmac", "dep:sha1", "dep:hex"]
gandi = []
hex = ["dep:hex"]
hmac = ["dep:hmac"]
porkbun = []
test_dnsimple = ["dnsimple"]
test_dnsmadeeasy = ["dnsmadeeasy"]
test_gandi = ["gandi"]
test_offline = []
test_porkbun = ["porkbun"]
test_smol = ["async"]
test_tokio = ["async"]
[lib]
name = "zone_edit"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal library of DNS provider utilities"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "zone-edit"
readme = "README.md"
repository = "https://github.com/tarka/zone-edit"
version = "0.4.2"