stratosphere 0.0.1

Type-safe CloudFormation template generation library for Rust
Documentation
[[bin]]
name = "stratosphere-gen"
path = "src/bin/stratosphere-gen.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.prettyplease]
version = "0.2"

[dependencies.stratosphere-core]
version = "0.0.1"

[dependencies.stratosphere-generator]
version = "0.0.1"

[dependencies.syn]
version = "2"

[dev-dependencies.chrono]
version = "0.4"

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

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

[dev-dependencies.serde_json]
features = ["arbitrary_precision", "indexmap"]
version = "1.0"

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

[lints.clippy.all]
level = "deny"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Type-safe CloudFormation template generation library for Rust"
edition = "2024"
homepage = "https://github.com/mbj/mrs/tree/main/stratosphere"
keywords = ["aws", "cloudformation", "iac", "infrastructure"]
license = "MIT"
name = "stratosphere"
readme = "README.md"
repository = "https://github.com/mbj/mrs/tree/main/stratosphere"
rust-version = "1.90"
version = "0.0.1"

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