[dependencies.proc-macro2]
version = "1.0"
[dependencies.proc-quote]
version = "0.4"
[dependencies.syn]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Pedro Gonçalo Correia <goncalerta@gmail.com>"]
categories = ["template-engine"]
description = "The liquid templating language for Rust"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
keywords = ["liquid", "template", "templating", "language", "html"]
license = "MIT OR Apache-2.0"
name = "liquid-derive"
readme = "README.md"
repository = "https://github.com/cobalt-org/liquid-rust"
version = "0.24.0"