aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
blob: 0e6f6b5199b9e4687517eb84ec75b613a97ecbc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stanza"
version = "0.1.0"
edition = "2021"

[dependencies]
peanuts = { version = "0.1.0", path = "../../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_0060 = ["xep_0004", "dep:chrono"]
xep_0199 = []
xep_0203 = ["dep:chrono"]