# 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.74" name = "liquid-lib" version = "0.26.9" authors = ["Johann Hofmann "] build = false include = [ "build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false 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", ] [lib] name = "liquid_lib" path = "src/lib.rs" [dependencies.deunicode] version = "1.0.0" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.liquid-core] version = "^0.26.9" features = ["derive"] [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 = []