webmetro/Cargo.toml

25 lines
590 B
TOML
Raw Permalink 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"
2022-05-23 00:37:03 +00:00
clap = { version="^3.1.18", features=["cargo", "derive"] }
custom_error = "^1.7"
2022-05-22 04:06:13 +00:00
env_logger = "^0.9"
futures = "^0.3"
http = "^0.2"
2023-04-28 22:04:26 +00:00
html-escape = "0.2.13"
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"] }
2023-04-28 22:04:26 +00:00
urlencoding = "2.1.2"
warp = "^0.3"
2022-05-22 04:06:13 +00:00
weak-table = "^0.3"