udpt/Cargo.toml
dependabot[bot] 0fa158c25a Bump tokio from 1.6.1 to 1.7.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 00:05:17 +03:00

24 lines
655 B
TOML

[package]
name = "udpt-rs"
version = "3.1.1"
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.3", default-features = false}
tokio = {version = "1.7", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
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"
async-compression = {version = "^0.3.7", features = ["bzip2", "tokio"]}
chrono = "0.4"