18 lines
641 B
TOML
18 lines
641 B
TOML
[package]
|
|
name = "lampada"
|
|
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]
|
|
async-trait = "0.1.68"
|
|
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"] }
|
|
serde = { version = "1.0.164", features = ["derive"] }
|
|
tokio = { version = "1.28", features = ["full"] }
|
|
tokio-native-tls = "0.3.1"
|
|
trust-dns-resolver = "0.22.0"
|