[package]
name = "fl8"
version = "0.1.0"
edition = "2024"
authors = ["Kodlot <contact@kodlot.com>"]
description = "Lightweight cloud-agnostic Infrastructure as Code (IaC) library in Rust"
license = "Apache-2.0"
repository = "https://github.com/kodlot/fl8"
homepage = "https://fl8.dev"
documentation = "https://docs.rs/fl8"
keywords = ["iac", "cloud", "rust", "infrastructure"]
categories = ["command-line-interface", "development-tools", "template-engine"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }