2014-12-17 21:11:56 +13:00
|
|
|
[package]
|
|
|
|
|
2014-12-18 19:49:49 +13:00
|
|
|
name = "maud_macros"
|
2017-03-07 21:46:41 +13:00
|
|
|
version = "0.16.2"
|
2014-12-17 21:11:56 +13:00
|
|
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
|
|
|
|
|
|
|
license = "MIT/Apache-2.0"
|
2016-03-22 23:16:27 +13:00
|
|
|
documentation = "https://lambda.xyz/maud/maud/"
|
2016-09-24 11:26:28 +12:00
|
|
|
homepage = "https://maud.lambda.xyz/"
|
2014-12-18 19:49:49 +13:00
|
|
|
repository = "https://github.com/lfairy/maud"
|
2017-02-17 22:23:44 +13:00
|
|
|
description = "Compile-time HTML templates."
|
2014-12-17 21:11:56 +13:00
|
|
|
|
2016-12-29 12:20:08 +13:00
|
|
|
[dependencies]
|
|
|
|
if_chain = "0.1"
|
2017-02-06 16:12:58 +13:00
|
|
|
maud = { path = "../maud", version = "0.16.0" }
|
2014-12-17 21:11:56 +13:00
|
|
|
|
|
|
|
[lib]
|
2014-12-18 19:49:49 +13:00
|
|
|
name = "maud_macros"
|
2014-12-17 21:11:56 +13:00
|
|
|
plugin = true
|
2017-02-17 22:23:44 +13:00
|
|
|
|
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "lfairy/maud" }
|