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


                                            
                    
                
 


                 
          
              
           

           
         
         
 
              
                                                                                         


                 
[package]
name = "askama_derive"
version = "0.10.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 = ".."
readme = "README.md"
edition = "2018"

[lib]
proc-macro = true

[features]
actix-web = []
gotham = []
iron = []
rocket = []
tide = []
warp = []

[dependencies]
askama_shared = { version = "0.10", path = "../askama_shared", default-features = false }
proc-macro2 = "1"
quote = "1"
syn = "1"