# 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 = "jinja-renderer" version = "0.4.1" description = """ useful utilities for rendering minijinja templates """ homepage = "https://github.com/tyrchen/jinja-renderer" documentation = "https://docs.rs/jinja-renderer" readme = "README.md" license = "MIT" repository = "https://github.com/tyrchen/jinja-renderer" [dependencies.axum-core] version = "0.4" optional = true [dependencies.axum_core_03] version = "0.3" optional = true package = "axum-core" [dependencies.comrak] version = "0.20" optional = true [dependencies.derive-jinja-renderer] version = "0.3" optional = true [dependencies.free-icons] version = "0.7" optional = true [dependencies.http] version = "1.0" optional = true [dependencies.http_02] version = "0.2" optional = true package = "http" [dependencies.minify-html] version = "0.15" optional = true [dependencies.minijinja] version = "1.0" features = [ "speedups", "loader", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1" [dev-dependencies.insta] version = "1.34" features = [ "json", "redactions", ] [dev-dependencies.once_cell] version = "1.19" [features] default = ["derive"] derive = ["derive-jinja-renderer"] icon = ["free-icons"] markdown = ["comrak"] minify = ["minify-html"] with-axum = [ "axum-core", "http", ] with-axum-06 = [ "axum_core_03", "http_02", ]