# 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 = "markup" version = "0.15.0" authors = ["Utkarsh Kukreti "] description = "A blazing fast, type-safe template engine for Rust." homepage = "https://github.com/utkarshkukreti/markup.rs" documentation = "https://docs.rs/markup" readme = "README.md" keywords = [ "template", "html", "markup", "pug", "haml", ] categories = ["template-engine"] license = "MIT/Apache-2.0" repository = "https://github.com/utkarshkukreti/markup.rs" [dependencies.itoa] version = "1.0.9" optional = true [dependencies.markup-proc-macro] version = "0.15.0"