aws-throwaway 0.6.7

An aws-sdk wrapper to spin up temporary resources.
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 = "aws-throwaway"
version = "0.6.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An aws-sdk wrapper to spin up temporary resources."
readme = false
license = "Apache-2.0"
repository = "https://github.com/shotover/aws-throwaway"

[features]
default = ["use_sdk"]
use_sdk = [
    "aws-sdk-ec2",
    "aws-sdk-iam",
    "aws-sdk-sts",
    "aws-config",
]

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

[[example]]
name = "aws-throwaway-test"
path = "examples/aws-throwaway-test.rs"

[[example]]
name = "aws-throwaway-test-large-file"
path = "examples/aws-throwaway-test-large-file.rs"

[[example]]
name = "aws-throwaway-test-multiple-instances"
path = "examples/aws-throwaway-test-multiple-instances.rs"

[[example]]
name = "create-instance"
path = "examples/create-instance.rs"

[dependencies.anyhow]
version = "1.0.42"

[dependencies.aws-config]
version = "1.0.0"
optional = true

[dependencies.aws-sdk-ec2]
version = "1.1.0"
optional = true

[dependencies.aws-sdk-iam]
version = "1.1.0"
optional = true

[dependencies.aws-sdk-sts]
version = "1.1.0"
optional = true

[dependencies.base64]
version = "0.22.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.0"

[dependencies.russh]
version = "0.55.0"

[dependencies.russh-sftp]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.111"

[dependencies.ssh-key]
version = "0.6.1"
features = ["ed25519"]

[dependencies.tokio]
version = "1.25.0"
features = [
    "fs",
    "process",
]

[dependencies.tracing]
version = "0.1.15"

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

[dev-dependencies.clap]
version = "4.0.4"
features = [
    "cargo",
    "derive",
]

[dev-dependencies.tracing-appender]
version = "0.2.0"

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