germinate 0.1.0

A templating library for injecting variables from multiple external sources
Documentation
[package]
name = "germinate"
description = "A templating library for injecting variables from multiple external sources"
version = "0.1.0"
authors = ["Iain Earl <iain@itmecho.com>"]
edition = "2018"
license = "GPL-3.0"
repository = "https://github.com/itmecho/germinate"
documentation = "https://docs.rs/germinate"
categories = ["template-engine"]
keywords = ["template"]
readme = "README.md"

[dependencies]
anyhow = "1.0.30"
async-trait = "0.1.31"
rusoto_core = "0.43.0"
rusoto_ssm = "0.43.0"
regex = "1.3.7"
# TODO check if we can use a subset of features
tokio = { version = "0.2.21", features = ["full"] }
rusoto_mock = "0.43.0"