# 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-help-md" 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 = "Describe Liquid language via markdown" 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", ] [lib] name = "liquid_help_md" path = "src/lib.rs" [dependencies.liquid-core] version = "^0.26.9"