cloud_tools 0.1.0

Utilities and helpers for cloud infrastructure development, deployment automation, and DevOps workflows
Documentation
[package]
name = "cloud_tools"
version = "0.1.0"
edition = "2021"
authors = [
  "wandalen <wandalen.me@gmail.com>"
,
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/cloud_tools"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/cloud_tools"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/cloud_tools"
description = """
Utilities and helpers for cloud infrastructure development, deployment automation, and DevOps workflows
"""
categories = [ "development-tools", "api-bindings" ]
keywords = [ "cloud", "devops", "infrastructure", "deployment", "automation" ]

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]