# 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" name = "askama-markdown-cmark" version = "0.1.0" authors = ["blakehawkins "] description = "Askama filter for markdown, using pulldown-cmark." documentation = "https://docs.rs/askama-markdown-cmark" readme = "README.md" keywords = [ "askama", "templating", "markdown", "md", "commonmark", ] license = "Apache-2.0/MIT" repository = "https://github.com/blakehawkins/askama-markdown-cmark" [dependencies.askama] version = "0.12" [dependencies.pulldown-cmark] version = "0.11"