[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[[example]]
name = "example_stack"
path = "examples/example_stack.rs"
[lib]
name = "fl8"
path = "src/lib.rs"
[package]
authors = ["Kodlot <contact@kodlot.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools", "template-engine"]
description = "Lightweight cloud-agnostic Infrastructure as Code (IaC) library in Rust"
documentation = "https://docs.rs/fl8"
edition = "2024"
homepage = "https://fl8.dev"
keywords = ["iac", "cloud", "rust", "infrastructure"]
license = "Apache-2.0"
name = "fl8"
readme = "README.md"
repository = "https://github.com/kodlot/fl8"
version = "0.1.0"
[[test]]
name = "stack_tests"
path = "tests/stack_tests.rs"