# 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-bin" version = "0.26.7" 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 = "The liquid templating language for Rust" documentation = "https://docs.rs/liquid" 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" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "liquid-bin" path = "src/main.rs" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.derive_more] version = "0.99.2" [dependencies.liquid] version = "^0.26.9" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8"