lmrc-cloudflare 0.3.16

Cloudflare API client library for the LMRC Stack - comprehensive DNS, zones, and cache management with automatic retry logic
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.lmrc-ports]
version = "0.3.16"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt", "time"]
version = "1"

[dev-dependencies.mockito]
version = "1.6"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.wiremock]
version = "0.6"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "cache_purge"
path = "examples/cache_purge.rs"

[[example]]
name = "sync_dns"
path = "examples/sync_dns.rs"

[features]
default = []

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

[package]
authors = ["Lemarc <lemarc.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming", "network-programming"]
description = "Cloudflare API client library for the LMRC Stack - comprehensive DNS, zones, and cache management with automatic retry logic"
documentation = "https://docs.rs/lmrc-cloudflare"
edition = "2024"
homepage = "https://gitlab.com/lemarco/lmrc-stack/tree/main/libs/cloudflare-client"
keywords = ["cloudflare", "dns", "api", "client", "ci-cd"]
license = "MIT OR Apache-2.0"
name = "lmrc-cloudflare"
readme = "README.md"
repository = "https://gitlab.com/lemarco/lmrc-stack"
resolver = "2"
version = "0.3.16"

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

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

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

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

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