its-matrix-bot/Cargo.toml

33 lines
1 KiB
TOML
Raw Normal View History

2022-11-13 00:19:16 +01:00
[package]
name = "its-matrix-bot"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
description = "IT-Syndikat matrix bot"
repository = "https://git.it-syndikat.org/IT-Syndikat/its-matrix-bot"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.22", features = ["color", "derive"] }
matrix-sdk = { version = "0.6.2", features = ["e2e-encryption"] }
never-say-never = "6.6.666"
reqwest = { version = "0.11.12", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
2023-07-18 22:31:45 +02:00
spaceapi = "0.9.0"
2022-11-13 00:19:16 +01:00
thiserror = "1.0.37"
2023-07-18 22:19:03 +02:00
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
2022-11-13 00:19:16 +01:00
tokio = { version = "1.21.2", features = ["full"] }
2023-07-18 22:27:59 +02:00
toml = "0.7.6"
2022-11-13 00:41:25 +01:00
url = { version = "2.3.1", features = ["serde"] }
xdg = "2.4.1"
# logging
color-eyre = "0.6.2"
2022-11-13 00:19:16 +01:00
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
2024-01-23 21:32:08 +01:00
serde_json = "1.0.111"