-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
42 lines (41 loc) · 1.18 KB
/
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
39
40
41
42
[package]
name = "mprisence"
version = "1.0.0"
edition = "2021"
authors = ["Phusit Somboonyingsuk"]
readme = "README.md"
homepage = "https://github.com/lazykern/mprisence"
repository = "https://github.com/lazykern/mprisence"
license = "MIT"
description = "Discord Rich Presence for MPRIS media players"
keywords = ["discord", "mpris", "linux", "media", "rich-presence"]
categories = ["multimedia", "command-line-utilities"]
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
dirs = "6.0.0"
env_logger = "0.11.7"
figment = { version = "0.10.19", features = ["toml"] }
handlebars = "6.3.2"
handlebars_misc_helpers = { version = "0.17.0", features = ["string"] }
log = "0.4.26"
mime_guess = "2.0.5"
mpris = "2.0.1"
notify = "8.0.0"
parking_lot = "0.12"
serde = { version = "1.0.219", features = ["derive"] }
smallvec = "1.13"
smol_str = "0.3.2"
thiserror = "2.0.12"
tokio = { version = "1.44.1", features = ["full"] }
toml = "0.8.20"
url = "2.5.4"
blake3 = "1.7.0"
async-trait = "0.1.88"
reqwest = { version = "0.12.15", features = ["json", "multipart"] }
imgbb = "1.3.0"
serde_json = "1.0"
discord-rich-presence = "0.2.5"
urlencoding = "2.1.3"
futures = "0.3"
base64 = "0.22.1"
lofty = "0.22.2"