cloud_terrastodon_credentials 0.36.0

Helpers for getting Azure PAT and stuff for Cloud Terrastodon
# 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_credentials"
version = "0.36.0"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for getting Azure PAT and stuff for Cloud Terrastodon"
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_credentials"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.cloud_terrastodon_azure_types]
version = "0.36.0"

[dependencies.cloud_terrastodon_command]
version = "0.36.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.http]
version = "1.3.1"

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]

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

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.serde_json]
version = "1.0.116"

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

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Security_Cryptography",
    "Win32_System_Memory",
    "Win32_Foundation",
    "Win32_Security_Credentials",
]