desec_api 0.2.0

Client library for the deSEC DNS API
Documentation
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.11.26"

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

[dependencies.serde_json]
version = "1.0.85"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.36.0"

[package]
description = "Client library for the deSEC DNS API"
documentation = "https://docs.rs/desec_api"
edition = "2021"
license = "MIT"
name = "desec_api"
readme = "README.md"
repository = "https://github.com/andreas-bruckmeier/desec_api"
rust-version = "1.77.2"
version = "0.2.0"