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





                 
                                                                     
                                            
                    


                                                
             
             
             
             
                                     
             
             
                       
             
             

                         
             
                       
[package]
name = "stanza"
version = "0.1.0"
edition = "2021"

[dependencies]
peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
jid = { version = "0.1.0", path = "../jid" }
thiserror = "2.0.11"
chrono = { version = "0.4.40", optional = true }

[features]
rfc_6121 = []
xep_0004 = []
xep_0030 = []
xep_0059 = []
xep_0060 = ["xep_0004", "dep:chrono"]
xep_0084 = []
xep_0115 = []
xep_0128 = ["xep_0004"]
xep_0131 = []
xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]
xep_0300 = []
xep_0390 = ["xep_0300"]