[package]
edition = "2024"
name = "cloud_terrastodon_zombies"
version = "0.34.0"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for detecting zombie processes for the Cloud Terrastodon project"
readme = "README.md"
keywords = [
"azure",
"cli",
"iac",
"cloud",
"sdk",
]
categories = [
"command-line-interface",
"command-line-utilities",
"api-bindings",
"asynchronous",
"parsing",
]
license = "LiLiQ-R-1.1"
repository = "https://github.com/AAFC-Cloud/Cloud-Terrastodon.git"
[lib]
name = "cloud_terrastodon_zombies"
path = "src/lib.rs"
[dependencies.cloud_terrastodon_pathing]
version = "0.34.0"
[dependencies.cloud_terrastodon_user_input]
version = "0.34.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.itertools]
version = "0.14.0"
[dependencies.sysinfo]
version = "0.37.2"
[dependencies.tracing]
version = "0.1.40"