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

                      
                 
                                                  



                                            



                
                           

           
              

              
                    

                    
                                                 
            
[package]
name = "askama_shared"
version = "0.7.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."

[features]
default = []
serde-json = ["serde_json"]
iron = []
rocket = []
actix-web = []

[dependencies]
num-traits = "0.2.6"
serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", optional = true }
toml = "0.4"