[package]
name = "renvsubst"
version = "0.1.2"
authors = ["FujiHaruka <fujiharuka@realglobe.jp>"]
keywords = ["envsubst", "template"]
license-file = "LICENSE"
readme = "README.md"
description = "Substitution like envsubst, but can escape."
documentation = "http://github.com/FujiHaruka/renvsubst#README"
[dependencies]
regex = "0.2"
uuid = { version = "0.4", features = ["v4"] }