udpt/Cargo.toml

24 lines
655 B
TOML
Raw Normal View History

2018-06-08 16:35:22 +01:00
[package]
name = "udpt-rs"
2021-01-20 14:02:53 +00:00
version = "3.1.1"
authors = ["Naim A. <naim@abda.nl>"]
2018-06-08 16:35:22 +01:00
description = "High performance torrent tracker"
edition = "2018"
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}
tokio = {version = "1.1", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
binascii = "0.1"
toml = "0.5"
clap = "2.33"
2020-05-13 20:59:29 +01:00
log = {version = "0.4", features = ["release_max_level_info"]}
fern = "0.6"
serde_json = "1.0"
2021-01-20 14:02:53 +00:00
async-compression = {version = "^0.3.7", features = ["bzip2", "tokio"]}
2020-05-13 20:59:29 +01:00
chrono = "0.4"