forked from naim94a/udpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (30 loc) · 706 Bytes
/
Cargo.toml
File metadata and controls
32 lines (30 loc) · 706 Bytes
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
[package]
name = "udpt-rs"
version = "3.1.2"
authors = ["Naim A. <naim@abda.nl>"]
description = "High performance torrent tracker"
edition = "2021"
[profile.release]
lto = "fat"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
warp = { version = "^0.3.6", default-features = false }
tokio = { version = "1.36", features = [
"macros",
"io-util",
"net",
"time",
"rt-multi-thread",
"fs",
"sync",
"signal",
] }
binascii = "0.1"
toml = "0.8.10"
clap = "4.5"
log = { version = "0.4", features = ["release_max_level_info"] }
fern = "0.6"
serde_json = "1.0"
async-compression = { version = "^0.4.6", features = ["bzip2", "tokio"] }
chrono = "0.4"