webmetro/Cargo.toml

23 lines
497 B
TOML
Raw Normal View History

2017-01-10 03:40:21 +00:00
[package]
2018-04-10 05:53:58 +00:00
name = "webmetro"
version = "0.3.1-dev"
2017-01-10 03:40:21 +00:00
authors = ["Tangent 128 <Tangent128@gmail.com>"]
2018-12-22 20:07:38 +00:00
edition = "2018"
2017-01-10 03:40:21 +00:00
[dependencies]
2020-05-07 04:29:18 +00:00
byteorder = "1"
bytes = "^0.5"
clap = "^2.33"
custom_error = "^1.7"
2019-11-19 07:01:08 +00:00
env_logger = "^0.7"
futures = "^0.3"
http = "^0.2"
hyper = "^0.13"
log = "^0.4.8"
matches = "^0.1"
2020-05-09 02:07:53 +00:00
odds = { version = "^0.4", features = ["std-vec"] }
tokio = { version="^0.2", features = ["io-std", "tcp", "macros", "rt-threaded", "time"] }
tokio-util = "^0.3"
warp = "^0.2"
weak-table = "^0.2.3"