blob: 1b6e4d086a52c38ea80ad3739c28be076720f54e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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]
xep_0203 = ["dep:chrono"]
xep_0030 = []
|