# 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-core" version = "0.26.9" authors = ["Ed Page "] build = false include = [ "build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Core liquid functionality" documentation = "https://docs.rs/liquid-core" 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/crate/core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "liquid_core" path = "src/lib.rs" [dependencies.anymap2] version = "0.13" [dependencies.itertools] version = "0.13.0" [dependencies.kstring] version = "2.0" features = ["serde"] [dependencies.liquid-derive] version = "^0.26.8" optional = true [dependencies.num-traits] version = "0.2" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", ] default-features = false [dev-dependencies.serde_yaml] version = "0.8" [dev-dependencies.snapbox] version = "0.6.5" [features] default = [] derive = ["liquid-derive"]