# 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.20.0-alpha.6" authors = ["Johann Hofmann "] 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/crate/compiler" [dependencies.itertools] version = "0.8.0" [dependencies.liquid-error] version = "0.20.0-alpha.0" [dependencies.liquid-interpreter] version = "0.20.0-alpha.0" [dependencies.liquid-value] version = "0.20.0-alpha.0" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [badges.azure-devops] pipeline = "liquid-rust" project = "cobalt-org"