udpt/Cargo.toml

24 lines
655 B
TOML
Raw Normal View History

2018-06-08 16:35:22 +01:00
[package]
name = "udpt-rs"
2022-01-29 18:13:53 +00:00
version = "3.1.2"
authors = ["Naim A. <naim@abda.nl>"]
2018-06-08 16:35:22 +01:00
description = "High performance torrent tracker"
2022-01-13 19:36:52 +00:00
edition = "2021"
2018-06-08 16:35:22 +01:00
2018-06-11 20:46:57 +01:00
[profile.release]
lto = "fat"
2018-06-11 20:46:57 +01:00
2018-06-08 16:35:22 +01:00
[dependencies]
serde = {version = "1.0", features = ["derive"]}
bincode = "1.3"
2021-01-20 14:02:53 +00:00
warp = {version = "0.3", default-features = false}
2022-01-29 18:12:59 +00:00
tokio = {version = "1.16", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
binascii = "0.1"
toml = "0.5"
clap = "3.0"
2020-05-13 20:59:29 +01:00
log = {version = "0.4", features = ["release_max_level_info"]}
fern = "0.6"
serde_json = "1.0"
async-compression = {version = "^0.3.8", features = ["bzip2", "tokio"]}
2020-05-13 20:59:29 +01:00
chrono = "0.4"