udpt/Cargo.toml
dependabot[bot] 7fa3f1c00c
Bump tokio-util from 0.4.0 to 0.5.0
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits/tokio-util-0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 07:12:50 +00:00

26 lines
759 B
TOML

[package]
name = "udpt-rs"
version = "3.1.0"
authors = ["Naim A. <naim@abda.nl>"]
description = "High performance torrent tracker"
edition = "2018"
[profile.release]
lto = "fat"
[dependencies]
serde = {version = "1.0", features = ["derive"]}
bincode = "1.3"
warp = {version = "0.2", default-features = false}
tokio = {version = "0.3", features = ["macros", "io-util", "net", "time", "stream", "rt-multi-thread", "fs", "sync", "signal"]}
tokio-util = {version = "0.5", features = ["compat"]}
binascii = "0.1"
toml = "0.5"
clap = "2.33"
log = {version = "0.4", features = ["release_max_level_info"]}
fern = "0.6"
serde_json = "1.0"
futures = "0.3"
async-compression = {version = "0.3", features = ["bzip2", "futures-bufread", "futures-write"]}
chrono = "0.4"