liquid 0.13.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"
version = "0.13.0"
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/"
readme = "README.md"
keywords = ["liquid", "template", "templating", "language", "html"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/cobalt-org/liquid-rust"

[[bin]]
name = "liquid-dbg"
test = false
doctest = false
bench = false
doc = false
required-features = ["cli", "serde"]
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.26"
optional = true

[dependencies.error-chain]
version = "0.11.0"
optional = true

[dependencies.itertools]
version = "0.7.0"

[dependencies.lazy_static]
version = "0.2"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.7"
optional = true

[dependencies.unicode-segmentation]
version = "1.2"

[dependencies.url]
version = "1.5"
[dev-dependencies.difference]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.7"

[dev-dependencies.skeptic]
version = "0.13.2"
[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.skeptic]
version = "0.13.2"

[features]
cli = ["clap", "error-chain", "serde_yaml"]
default = ["extra-filters", "serde"]
dev = []
extra-filters = []
[badges.appveyor]
repository = "cobalt-org/liquid-rust"

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