namecheap 0.1.0

NameCheap SDK for interacting with their 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 = "namecheap"
version = "0.1.0"
authors = ["Floris floris@xylex.ai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NameCheap SDK for interacting with their API"
readme = "README.md"
license = "MIT"
repository = "https://github.com/floris-xlx/namecheap"

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

[[bin]]
name = "namecheap"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5.35"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.reqwest]
version = "0.12.4"
features = [
    "json",
    "blocking",
    "rustls-tls",
    "native-tls",
]

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

[dependencies.serde_json]
version = "1.0.111"

[dependencies.tokio]
version = "1.38.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.xml]
version = "0.8.20"