-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 1.02 KB
/
Copy pathCargo.toml
File metadata and controls
33 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "matrix-url-previewer-bot"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
color-eyre = "0.6.5"
deadpool-sqlite = { version = "*", features = ["tracing"] }
encoding_rs = "0.8.35"
eyre = "0.6.12"
indexmap = "2.14.0"
matrix-sdk = { version = "0.18.0", features = ["eyre", "socks"] }
matrixbot-ezlogin = "0.4.0"
mime = "0.3.17"
moka = { version = "0.12.15", features = ["future"] }
nom = "8.0.0"
regex = "1.13.0"
reqwest = { version = "0.13.4", features = ["brotli", "charset", "deflate", "gzip", "http2", "socks", "stream", "system-proxy", "zstd"] }
scraper = "0.27.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
serde_with = "3.21.0"
stacksafe = "1.0.2"
tokio = { version = "1.52.3", features = ["full"] }
toml = "1.1.2"
tracing = "0.1.44"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
url = "2.5.8"
[features]
bundled-sqlite = ["matrix-sdk/bundled-sqlite", "matrixbot-ezlogin/bundled-sqlite"]