dtz 1.3.7

The DownToZero Cloud SDK
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"
version = "1.3.7"
authors = ["jens@apimeister.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The DownToZero Cloud SDK"
homepage = "https://downtozero.cloud"
documentation = "https://docs.rs/dtz"
readme = "README.md"
keywords = [
    "dtz",
    "downtozero",
    "cloud",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DownToZero-Cloud/dtz-sdk-for-rust"

[package.metadata.docs.rs]
all-features = true

[features]
billing = ["dep:dtz-billing"]
containerregistry = ["dep:dtz-containerregistry"]
containers = ["dep:dtz-containers"]
core = ["dep:dtz-core"]
full = [
    "billing",
    "containerregistry",
    "containers",
    "core",
    "identity",
    "objectstore",
    "observability",
    "rss2email",
]
identity = ["dep:dtz-identity"]
objectstore = ["dep:dtz-objectstore"]
observability = ["dep:dtz-observability"]
rss2email = ["dep:dtz-rss2email"]

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

[dependencies.dtz-billing]
version = "=2.1.2"
optional = true

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

[dependencies.dtz-containerregistry]
version = "=2.0.4"
optional = true

[dependencies.dtz-containers]
version = "=2.2.5"
optional = true

[dependencies.dtz-core]
version = "=2.3.4"
optional = true

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

[dependencies.dtz-identity]
version = "=2.1.5"
optional = true

[dependencies.dtz-objectstore]
version = "=2.1.5"
optional = true

[dependencies.dtz-observability]
version = "=2.0.3"
optional = true

[dependencies.dtz-rss2email]
version = "=2.0.5"
optional = true