aboutsummaryrefslogblamecommitdiffstats
path: root/askama_derive/Cargo.toml
blob: 61263be8b724b3f028b8d2ceb9d4ae4a0a7b5318 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                      
                 
                                                  
                                                   
                                          


                                            
 


                 


            
           
 
              
         
             
            
[package]
name = "askama_derive"
version = "0.3.4"
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 = ".."

[lib]
proc-macro = true

[features]
default = []
iron = []
rocket = []

[dependencies]
nom = "3"
quote = "0.3"
syn = "0.11"