liquid 0.4.2

The liquid templating language for Rust
Documentation
[build-dependencies]
skeptic = "0.4"

[dependencies]
lazy_static = "0.1.15"
regex = "0.1"

[dependencies.clippy]
optional = true
version = "*"

[dev-dependencies]
difference = "0.4"
skeptic = "0.4"

[features]
default = []
dev = []

[package]
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
build = "build.rs"
description = "The liquid templating language for Rust"
documentation = "https://cobalt-org.github.io/liquid-rust/"
keywords = ["liquid", "template", "templating", "language", "html"]
license = "MIT"
name = "liquid"
readme = "README.md"
repository = "https://github.com/cobalt-org/liquid-rust"
version = "0.4.2"