2017-01-09 22:40:21 -05:00
|
|
|
[package]
|
2018-04-10 01:53:58 -04:00
|
|
|
name = "webmetro"
|
2020-08-10 18:45:14 -04:00
|
|
|
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"
|
2022-05-22 00:56:53 -04:00
|
|
|
bytes = "1"
|
2022-05-22 20:37:03 -04:00
|
|
|
clap = { version="^3.1.18", features=["cargo", "derive"] }
|
2019-11-19 01:48:04 -05:00
|
|
|
custom_error = "^1.7"
|
2022-05-22 00:06:13 -04:00
|
|
|
env_logger = "^0.9"
|
2020-05-07 23:14:43 -04:00
|
|
|
futures = "^0.3"
|
|
|
|
http = "^0.2"
|
2023-04-28 18:04:26 -04:00
|
|
|
html-escape = "0.2.13"
|
2022-05-22 00:56:53 -04:00
|
|
|
hyper = "^0.14"
|
2019-11-19 01:52:52 -05:00
|
|
|
log = "^0.4.8"
|
2020-05-08 22:20:35 -04:00
|
|
|
matches = "^0.1"
|
2022-05-22 00:56:53 -04:00
|
|
|
pin-project = "1"
|
|
|
|
tokio = { version="^1.18", features = ["io-std", "macros", "net", "rt", "rt-multi-thread", "time"] }
|
|
|
|
tokio-util = { version="^0.7", features=["codec"] }
|
2023-04-28 18:04:26 -04:00
|
|
|
urlencoding = "2.1.2"
|
2022-05-22 00:56:53 -04:00
|
|
|
warp = "^0.3"
|
2022-05-22 00:06:13 -04:00
|
|
|
weak-table = "^0.3"
|