cloudflare-api 0.1.0

Typed Rust client bindings for the Cloudflare API generated from OpenAPI definitions.
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-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust client bindings for the Cloudflare API generated from OpenAPI definitions."
homepage = "https://github.com/glacion/cloudflare-rs"
documentation = "https://docs.rs/cloudflare-api"
readme = false
keywords = [
    "cloudflare",
    "api",
    "client",
    "openapi",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/glacion/cloudflare-rs"
resolver = "2"

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

[dependencies.bytes]
version = "1.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.futures-core]
version = "0.3"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.regress]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "stream",
    "native-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.uuid]
version = "1.0"
features = [
    "serde",
    "v4",
]