alien-client-config 1.0.8

Cloud client configuration and credential loading for Alien
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 = "2021"
name = "alien-client-config"
version = "1.0.8"
authors = []
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloud client configuration and credential loading for Alien"
readme = false
license = "MIT"

[features]
all-platforms = [
    "aws",
    "gcp",
    "azure",
    "kubernetes",
]
aws = ["dep:alien-aws-clients"]
azure = ["dep:alien-azure-clients"]
default = []
gcp = ["dep:alien-gcp-clients"]
kubernetes = ["dep:alien-k8s-clients"]
test-utils = ["alien-core/test-utils"]

[lib]
name = "alien_client_config"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.alien-aws-clients]
version = "1.0.8"
optional = true

[dependencies.alien-azure-clients]
version = "1.0.8"
optional = true

[dependencies.alien-client-core]
version = "1.0.8"

[dependencies.alien-core]
version = "1.0.8"

[dependencies.alien-error]
version = "1.0.8"
features = ["anyhow"]

[dependencies.alien-gcp-clients]
version = "1.0.8"
optional = true

[dependencies.alien-k8s-clients]
version = "1.0.8"
optional = true

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "macros",
    "rt-multi-thread",
]