dtz-core 2.3.4

a generated client for the DTZ Core 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"
rust-version = "1.87"
name = "dtz-core"
version = "2.3.4"
authors = ["jens@apimeister.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a generated client for the DTZ Core API"
homepage = "https://downtozero.cloud"
documentation = "https://docs.rs/dtz"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DownToZero-Cloud/dtz-sdk-for-rust"

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

[dependencies.dtz-config]
version = "1.0.4"

[dependencies.dtz-identifier]
version = "1.5.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
    "rustls",
    "http2",
    "zstd",
    "query",
    "form",
]
default-features = true

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
version = "3"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = ["full"]