# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "loose-liquid-lib" version = "0.27.0" authors = ["Johann Hofmann "] include = [ "build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "The liquid templating language for Rust" documentation = "https://docs.rs/liquid-lib" readme = "README.md" keywords = [ "liquid", "template", "templating", "language", "html", ] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/cobalt-org/liquid-rust/tree/master/liquid-lib" [package.metadata.docs.rs] features = [ "default", "jekyll", "all", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.deunicode] version = "1.0.0" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.liquid-core] version = "^0.27.0" features = ["derive"] package = "loose-liquid-core" [dependencies.once_cell] version = "1.0" [dependencies.percent-encoding] version = "2.0" [dependencies.regex] version = "1.0" [dependencies.time] version = "0.3" default-features = false [dependencies.unicode-segmentation] version = "1.2" [features] all = [ "stdlib", "jekyll", "shopify", "extra", ] default = ["stdlib"] extra = [] jekyll = ["deunicode"] shopify = [] stdlib = []