cloud_terrastodon_azure_devops 0.33.0

Helpers for interacting with Azure DevOps for the Cloud Terrastodon project
# 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_azure_devops"
version = "0.33.0"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for interacting with Azure DevOps 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"

[features]
default = ["tui"]
tui = [
    "ratatui",
    "tui-textarea",
]

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.cloud_terrastodon_azure_devops_types]
version = "0.33.0"

[dependencies.cloud_terrastodon_command]
version = "0.33.0"

[dependencies.cloud_terrastodon_credentials]
version = "0.33.0"

[dependencies.cloud_terrastodon_hcl_types]
version = "0.33.0"

[dependencies.cloud_terrastodon_pathing]
version = "0.33.0"

[dependencies.cloud_terrastodon_user_input]
version = "0.33.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.humantime]
version = "2.1.0"

[dependencies.indoc]
version = "2.0.5"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.29.0"
optional = true

[dependencies.reqwest]
version = "0.12.22"
features = ["json"]

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

[dependencies.tui-textarea]
version = "0.7.0"
optional = true

[dev-dependencies.test-log]
version = "0.2.16"
features = ["trace"]