alien-aws-clients 3.3.9

Deploy software into your customers' cloud accounts and keep it fully managed
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-aws-clients"
version = "3.3.9"
authors = ["Alien Software, Inc. <hi@alien.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deploy software into your customers' cloud accounts and keep it fully managed"
readme = "README.md"
license-file = "LICENSE.md"

[features]
default = []
test-utils = ["dep:mockall"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aws-credential-types]
version = "1.2"

[dependencies.aws-sigv4]
version = "1.3.2"

[dependencies.backon]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bon]
version = "3.6.3"

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.form_urlencoded]
version = "1.2.1"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.md5]
version = "0.7.0"

[dependencies.mockall]
version = "0.13.1"
optional = true

[dependencies.quick-xml]
version = "0.37.0"
features = [
    "serialize",
    "overlapped-lists",
]

[dependencies.reqwest]
version = "0.12.2"
features = [
    "json",
    "rustls-tls-webpki-roots",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rcgen]
version = "0.13.2"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.reqwest]
version = "0.12.2"
features = [
    "json",
    "rustls-tls-webpki-roots",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.test-context]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.workspace_root]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"