-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
51 lines (48 loc) · 1.26 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
43
44
45
46
47
48
49
50
51
[package]
name = "tundra"
version = "0.5.3"
authors = ["Mateusz Maćkowski <[email protected]>"]
edition = "2021"
readme = "README.md"
license = "GPL-3.0"
homepage = "https://tundra.moe"
repository = "https://github.com/m4tx/tundra"
description = "MAL scrobbler for Linux"
[profile.release]
codegen-units = 1
lto = true
strip = true
panic = "abort"
[dependencies]
anitomy = "0.2.0"
anyhow = "1.0.92"
async-channel = "2.3.1"
async-std = "1.13.0"
async-trait = "0.1.83"
axum = "0.7.7"
bytes = "1.8.0"
chrono = "0.4.38"
clap = "4.5.20"
dbus = "0.9.7"
directories = "5.0.1"
edit-distance = "2.1.3"
gdk-pixbuf = "0.20.4"
gettext-rs = { version = "0.7.2", features = ["gettext-system"] }
gio = "0.20.5"
glib = "0.20.5"
gtk = { package = "gtk4", version = "0.9.1" }
hyper = "1.5.0"
lazy_static = "1.5.0"
libadwaita = "0.7.1"
log = "0.4.22"
notify-rust = { version = "4.11.3", default-features = false, features = ["d"] }
oauth2 = { version = "4.4.2", features = ["pkce-plain"] }
once_cell = "1.20.2"
percent-encoding = "2.3.1"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["macros", "rt", "rt-multi-thread", "time"] }
toml = "0.8.15"
url = "2.5.2"