[dependencies]
[dev-dependencies]
[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
[lib]
name = "cloud_tools"
path = "src/lib.rs"
[package]
authors = ["wandalen <wandalen.me@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = """
Utilities and helpers for cloud infrastructure development, deployment automation, and DevOps workflows
"""
documentation = "https://docs.rs/cloud_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/cloud_tools"
keywords = ["cloud", "devops", "infrastructure", "deployment", "automation"]
license = "MIT"
name = "cloud_tools"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/cloud_tools"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"