webmetro/Cargo.toml

21 lines
578 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.2.0"
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]
2019-07-07 18:49:18 -04:00
bytes = "0.4.12"
clap = "2.33.0"
2018-12-22 14:56:49 -05:00
custom_error = "1.7"
futures = "0.1.29"
futures3 = { package = "futures-preview", version="0.3.0-alpha", features = ["compat"] }
2018-12-22 14:56:49 -05:00
http = "0.1.18"
hyper = "0.12.35"
hyper13 = { package = "hyper", version="0.13.0-alpha.4", features = ["unstable-stream"] }
matches = "0.1.8"
odds = { version = "0.3.1", features = ["std-vec"] }
tokio2 = { package = "tokio", version="0.2.0-alpha.6" }
2018-12-22 14:56:49 -05:00
warp = "0.1.20"
2019-07-07 18:49:18 -04:00
weak-table = "0.2.3"