pdns-cli 0.0.2

Rust client library and CLI for the PowerDNS Authoritative Server API
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 = "pdns-cli"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client library and CLI for the PowerDNS Authoritative Server API"
readme = "README.md"
keywords = [
    "powerdns",
    "dns",
    "cli",
    "api",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://gitlab.com/shadow5634/pdns-cli"

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

[[bin]]
name = "pdns-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
]

[dependencies.http]
version = "1.5.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "blocking",
]

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

[dependencies.tabled]
version = "0.21.0"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.url]
version = "2.5.8"

[lints.clippy]
expect_used = "deny"
missing_docs_in_private_items = "deny"
multiple_crate_versions = "allow"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
dead_code = "deny"
missing_docs = "deny"
unreachable_pub = "deny"
unsafe_code = "deny"
unused_imports = "deny"
unused_variables = "deny"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
missing_crate_level_docs = "deny"
private_intra_doc_links = "deny"