webmetro/Cargo.toml

23 lines
501 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 = "1"
clap = "^2.33"
custom_error = "^1.7"
2022-05-22 04:06:13 +00:00
env_logger = "^0.9"
futures = "^0.3"
http = "^0.2"
hyper = "^0.14"
log = "^0.4.8"
matches = "^0.1"
pin-project = "1"
tokio = { version="^1.18", features = ["io-std", "macros", "net", "rt", "rt-multi-thread", "time"] }
tokio-util = { version="^0.7", features=["codec"] }
warp = "^0.3"
2022-05-22 04:06:13 +00:00
weak-table = "^0.3"