blob: 461a1f82c7a31fb3efa563874c80e1d4174ac587 (
plain) (
tree)
|
|
[package]
name = "askama_derive"
version = "0.8.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
edition = "2018"
[lib]
proc-macro = true
[features]
iron = []
rocket = []
actix-web = []
gotham = []
[dependencies]
askama_shared = { version = "0.7.2", path = "../askama_shared" }
nom = "4"
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"
|