-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
30 lines (28 loc) · 925 Bytes
/
Cargo.toml
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
[package]
name = "matrix-lightning-tip-bot"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# features = ["full"]
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
clap = "4.5.18"
argfile = "0.2.1"
wild = "2.2.1"
url = "2.5.2"
matrix-sdk = { version = "0.7.1", features = ["e2e-encryption", "qrcode"] }
tokio = { version = "1.40.0", features = ["full"] }
simple_logger = "5.0.0"
log = "0.4.22"
dotenv = "0.15.0"
diesel = { version = "2.2.4", features = ["sqlite", "numeric", "chrono", "r2d2", "uuid"] }
simple-error = "0.3.1"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
qrcode-generator = "4.1.9"
mime = "0.3.17"
lightning-invoice = "0.32.0"
tl = "0.4.4"
lnurl-rs = "0.8.0"