-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
38 lines (36 loc) · 924 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
31
32
33
34
35
36
37
38
[package]
name = "pokem"
version = "1.1.0"
edition = "2021"
authors = ["Patrick Jackson <[email protected]>"]
readme = "README.md"
license = "MIT"
description = "Pok'em, a notification helper bot for Matrix."
repository = "https://github.com/arcuru/pokem"
homepage = "https://github.com/arcuru/pokem"
categories =["command-line-utilities"]
[[bin]]
name = "pokem"
test = false
[dependencies]
headjack = "0.4"
anyhow = "1"
is-terminal = "0.4"
urlencoding = "2"
tracing-subscriber = "0.3"
tracing = "0.1"
matrix-sdk = "0.7"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
clap = { version = "4", features = ["derive"] }
lazy_static = "1"
regex = "1"
dirs = "5"
hyper = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
reqwest = "0.12"
url = "2.5.2"
emojis = "0.6.3"
serde_json = "1.0.128"