udpt/Cargo.toml
dependabot[bot] 36463b8a47 Bump clap from 3.0.13 to 3.1.0
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.1.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.0.13...clap_complete-v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-17 12:59:46 +02:00

24 lines
655 B
TOML

[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", default-features = false}
tokio = {version = "1.17", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
binascii = "0.1"
toml = "0.5"
clap = "3.1"
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"]}
chrono = "0.4"