rusty-cdk 0.8.0

A safer alternative to the AWS CDK
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 = "rusty-cdk"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safer alternative to the AWS CDK"
homepage = "https://github.com/VanOvermeire/rusty-cdk"
readme = "README.md"
keywords = [
    "AWS",
    "CDK",
    "CloudFormation",
    "IAC",
]
license = "MIT"
repository = "https://github.com/VanOvermeire/rusty-cdk"

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

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

[dependencies.aws-config]
version = "1.1.7"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-cloudformation]
version = "1.90.0"

[dependencies.aws-sdk-s3]
version = "1.103.0"

[dependencies.aws-sdk-sns]
version = "1.93.0"

[dependencies.rusty-cdk-core]
version = "0.8.0"

[dependencies.rusty-cdk-lookups]
version = "0.8.0"

[dependencies.rusty-cdk-macros]
version = "0.8.0"

[dependencies.serde_json]
version = "1.0.142"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.insta]
version = "1.43.1"
features = [
    "json",
    "filters",
]