udpt/Cargo.toml

26 lines
462 B
TOML
Raw Normal View History

2018-06-08 16:35:22 +01:00
[package]
name = "udpt-rs"
version = "0.1.0"
2018-10-19 10:23:08 +01:00
authors = ["Naim A. <naim94a@github.com>"]
2018-06-08 16:35:22 +01:00
description = "High performance torrent tracker"
2018-06-11 20:46:57 +01:00
[profile.release]
lto = "thin"
2018-06-11 20:46:57 +01:00
2018-06-08 16:35:22 +01:00
[dependencies]
2018-10-19 10:23:08 +01:00
serde = "1.0.80"
bincode = "1.0.1"
serde_derive = "1.0.80"
actix-web = "0.7.16"
actix-net = "0.2.5"
2018-10-20 23:57:58 +01:00
binascii = "0.1.2"
toml = "0.4.8"
2018-10-21 23:25:01 +01:00
clap = "2.32.0"
log = "0.4.5"
fern = "0.5.6"
num_cpus = "1.8.0"
serde_json = "1.0.32"
2018-10-28 06:41:52 +00:00
bzip2 = "0.3.3"
futures = "0.1.25"
lazy_static = "1.2.0"