its-matrix-bot/Cargo.toml
2025-02-21 22:46:30 +00:00

37 lines
1.2 KiB
TOML

[package]
name = "its-matrix-bot"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
description = "IT-Syndikat matrix bot"
repository = "https://git.it-syndikat.org/IT-Syndikat/its-matrix-bot"
license = "AGPL-3.0-or-later"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
vergen-git2 = { version = "1.0.5", features = ["build", "cargo"] }
[dependencies]
clap = { version = "4.0.22", features = ["color", "derive"] }
color-eyre = "0.6.2"
futures = "0.3.31"
matrix-sdk = { version = "0.10.0", features = ["e2e-encryption", "eyre"] }
never-say-never = "6.6.666"
reqwest = { version = "0.12.12", features = ["json"] }
serde_json = "1.0.111"
serde = { version = "1.0.147", features = ["derive"] }
spaceapi = "0.9.0"
thiserror = "2.0.11"
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
tokio-util = { version = "0.7.13", features = ["rt"] }
tokio = { version = "1.21.2", features = ["full"] }
toml = "0.8.20"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
url = { version = "2.3.1", features = ["serde"] }
xdg = "2.4.1"