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


                                            
 


                 

            

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

[lib]
proc-macro = true

[features]
default = []
iron = ["askama_shared/iron"]
rocket = ["askama_shared/rocket"]

[dependencies]
askama_shared = { version = "0.5.0", path = "../askama_shared" }
syn = "0.12"