cloud_terrastodon_command 0.35.0

Command running helpers for the Cloud Terrastodon project
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"
name = "cloud_terrastodon_command"
version = "0.35.0"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command running helpers 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_command"
path = "src/lib.rs"

[[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"

[[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"

[dependencies.async-recursion]
version = "1.1.0"

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

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

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

[dependencies.cloud_terrastodon_config]
version = "0.35.0"

[dependencies.cloud_terrastodon_pathing]
version = "0.35.0"

[dependencies.cloud_terrastodon_relative_location]
version = "0.35.0"

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

[dependencies.eyre]
version = "0.6.12"

[dependencies.humantime]
version = "2.1.0"

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.tempfile]
version = "3.10.1"

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

[dependencies.tracing]
version = "0.1.40"

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

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

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