-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
47 lines (44 loc) · 1.22 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
[package]
name = "mine-stats"
version = "0.2.9"
edition = "2021"
homepage = "https://github.com/light4/mine-stats"
authors = ["Light Ning <root@i01.io>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.12"
axum = { version = "0.7", features = ["http2", "macros"] }
bincode = "2.0.0-rc.3"
chrono = { version = "0.4", default-features = false, features = ["std"] }
color-eyre = "0.6"
graphql_client = "0.13"
hyper = "1.0"
kdl = "4.6"
nix = { version = "0.27", features = ["feature"] }
once_cell = "1.18"
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
"json",
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
svg = "0.14"
tokio = { version = "1.34", features = [
"fs",
"io-util",
"io-std",
"macros",
"net",
"process",
"rt",
"signal",
"time",
] }
tower-http = { version = "0.5.0", features = ["limit"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[profile.release]
lto = "thin"
codegen-units = 4
strip = "debuginfo"
# split-debuginfo = 'packed' # https://doc.rust-lang.org/rustc/codegen-options/index.html#split-debuginfo