cloudflare-dns 0.1.5

A TUI for managing Cloudflare DNS records programmatically
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 = "cloudflare-dns"
version = "0.1.5"
authors = ["ronanbrett"]
build = false
exclude = [
    ".github/",
    ".qwen/",
    "target/",
    "*.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI for managing Cloudflare DNS records programmatically"
documentation = "https://docs.rs/cloudflare-dns"
readme = "README.md"
keywords = [
    "cloudflare",
    "dns",
    "tui",
    "terminal",
    "cloudflare-api",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "AGPL-3.0"
repository = "https://github.com/ronanbrett/cloudflare-dns"

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

[[bin]]
name = "cloudflare-dns"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.dotenvy]
version = "0.15"

[dependencies.iocraft]
version = "0.7"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.smol]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"