cloud_terrastodon_command 0.32.0

Command running helpers for the Cloud Terrastodon project
Documentation
[dependencies.async-recursion]
version = "1.1.0"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bstr]
features = ["serde"]
version = "1.11.3"

[dependencies.chrono]
features = ["serde", "arbitrary"]
version = "0.4.38"

[dependencies.cloud_terrastodon_config]
version = "0.32.0"

[dependencies.cloud_terrastodon_pathing]
version = "0.32.0"

[dependencies.cloud_terrastodon_relative_location]
version = "0.32.0"

[dependencies.compact_str]
features = ["arbitrary"]
version = "0.9.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.humantime]
version = "2.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.cloud_terrastodon_user_input]
version = "0.32.0"

[dev-dependencies.ratatui]
version = "0.29.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3.18"

[[example]]
name = "app_with_background_worker"
path = "examples/app_with_background_worker.rs"

[[example]]
name = "fetch_resource_groups_example"
path = "examples/fetch_resource_groups_example.rs"

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

[package]
authors = ["TeamDman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "api-bindings", "asynchronous", "parsing"]
description = "Command running helpers for the Cloud Terrastodon project"
edition = "2024"
keywords = ["azure", "cli", "iac", "cloud", "sdk"]
license = "LiLiQ-R-1.1"
name = "cloud_terrastodon_command"
readme = "README.md"
repository = "https://github.com/AAFC-Cloud/Cloud-Terrastodon.git"
version = "0.32.0"

[[test]]
name = "command_azure_tests"
path = "tests/command_azure_tests.rs"

[[test]]
name = "command_echo_tests"
path = "tests/command_echo_tests.rs"

[[test]]
name = "command_encoding_tests"
path = "tests/command_encoding_tests.rs"

[[test]]
name = "command_stdin_tests"
path = "tests/command_stdin_tests.rs"

[[test]]
name = "command_terraform_tests"
path = "tests/command_terraform_tests.rs"