zone-edit 0.4.3

A minimal library of DNS provider utilities
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"
name = "zone-edit"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal library of DNS provider utilities"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tarka/zone-edit"

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

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

[dependencies.blocking]
version = "1.6.2"
features = ["tracing"]
optional = true

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.chrono]
version = "0.4.42"
features = [
    "now",
    "serde",
]
default-features = false

[dependencies.hex]
version = "0.4.3"
optional = true

[dependencies.hmac]
version = "0.12.1"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha1]
version = "0.10.6"
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.41"

[dependencies.ureq]
version = "3.1.2"
features = ["native-tls"]
default-features = false

[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]
version = "0.26.0"
features = ["aws-lc-rs"]

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.hyper-util]
version = "0.1.17"
features = ["tokio"]

[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]
version = "0.2.18"
features = ["trace"]

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "test-util",
    "net",
    "full",
]

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