lampada/Cargo.toml

18 lines
641 B
TOML
Raw Permalink Normal View History

2023-06-13 00:46:59 +01:00
[package]
2023-06-16 17:13:01 +01:00
name = "lampada"
2023-06-13 00:46:59 +01:00
authors = ["cel <cel@blos.sm>"]
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-06-19 19:23:54 +01:00
async-trait = "0.1.68"
2023-07-04 21:27:15 +01:00
quick-xml = { git = "https://github.com/tafia/quick-xml.git", features = ["async-tokio", "serialize"] }
# TODO: remove unneeded features
rsasl = { version = "2", default_features = false, features = ["provider_base64", "plain", "config_builder"] }
2023-06-19 19:23:54 +01:00
serde = { version = "1.0.164", features = ["derive"] }
2023-06-16 14:49:20 +01:00
tokio = { version = "1.28", features = ["full"] }
2023-06-19 19:23:54 +01:00
tokio-native-tls = "0.3.1"
2023-06-16 14:49:20 +01:00
trust-dns-resolver = "0.22.0"