timpl 0.1.0-alpha.1

A simple, yet powerful, template engine.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "timpl"
version = "0.1.0-alpha.1"
dependencies = [
 "timpl-decl",
 "timpl-internal",
 "timpl-proc",
]

[[package]]
name = "timpl-decl"
version = "0.1.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66aa255de913ee44f529370b8425d81c3f6591616a2feb99a987d897b8889e3b"
dependencies = [
 "timpl-proc",
]

[[package]]
name = "timpl-internal"
version = "0.1.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b79a05abca1f774c4fefcff8b388eaab846a68ff58e62cc7c3e9842d162079"

[[package]]
name = "timpl-proc"
version = "0.1.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d60f571053cd1abde4d596309e2e51a1fcf944ef7c20ae0f32c1f568131c8203"
dependencies = [
 "timpl-internal",
]