renvsubst 0.1.2

Substitution like envsubst, but can escape.
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"] }