askama_derive 0.13.0

Procedural macro package for Askama
Documentation
# Keep in the same order as <https://doc.rust-lang.org/cargo/reference/manifest.html>
table_order = [
    "package",
    # targets
    "lib",
    "bin",
    "example",
    "test",
    "bench",
    # dependencies
    "dependencies",
    "dev-dependencies",
    "build-dependencies",
    "target",
    # misc
    "badges",
    "features",
    "lints",
    "patch",
    "replace",
    "profile",
    "workspace",
]