22 lines
497 B
TOML
22 lines
497 B
TOML
[package]
|
|
name = "webmetro"
|
|
version = "0.3.1-dev"
|
|
authors = ["Tangent 128 <Tangent128@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
bytes = "^0.5"
|
|
clap = "^2.33"
|
|
custom_error = "^1.7"
|
|
env_logger = "^0.7"
|
|
futures = "^0.3"
|
|
http = "^0.2"
|
|
hyper = "^0.13"
|
|
log = "^0.4.8"
|
|
matches = "^0.1"
|
|
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"
|