# 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 = "tera-introspection" version = "0.1.0" description = """ Utilities for introspecting Tera templates. """ homepage = "https://github.com/tyrchen/tera-introspection" documentation = "https://docs.rs/tera-introspection" readme = "README.md" keywords = [ "template", "html", "django", "markup", "jinja2", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/tyrchen/tera-introspection" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "7.1.1" [dependencies.pest] version = "2.4.1" features = ["serde_json"] [dependencies.pest_derive] version = "2.4.1" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89"