webmetro/Cargo.toml

23 lines
501 B
TOML
Raw Normal View History

2017-01-09 22:40:21 -05:00
[package]
2018-04-10 01:53:58 -04:00
name = "webmetro"
version = "0.3.1-dev"
2017-01-09 22:40:21 -05:00
authors = ["Tangent 128 <Tangent128@gmail.com>"]
2018-12-22 15:07:38 -05:00
edition = "2018"
2017-01-09 22:40:21 -05:00
[dependencies]
2020-05-07 00:29:18 -04:00
byteorder = "1"
bytes = "1"
clap = "^2.33"
custom_error = "^1.7"
2022-05-22 00:06:13 -04: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 00:06:13 -04:00
weak-table = "^0.3"