liquid-compiler 0.19.0

The liquid templating language for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "liquid-compiler"
version = "0.19.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
documentation = "https://docs.rs/liquid-compiler"
readme = "README.md"
keywords = ["liquid", "template", "templating", "language", "html"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/cobalt-org/liquid-rust/tree/master/liquid-compiler"
[dependencies.itertools]
version = "0.8.0"

[dependencies.liquid-error]
version = "^0.19"

[dependencies.liquid-interpreter]
version = "^0.19"

[dependencies.liquid-value]
version = "^0.19"

[dependencies.pest]
version = "2.0"

[dependencies.pest_derive]
version = "2.0"
[badges.appveyor]
repository = "johannhof/liquid-rust"

[badges.travis-ci]
repository = "cobalt-org/liquid-rust"