summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d54c86d17c20d9ec51bc3c3a603e083adb99893e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "websweeper"
version = "1.0.0"
authors = ["stale <stale@masba.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23"
rustls-pemfile = "1"
hyper-tungstenite = "0.8"
rand = "0.8"
futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
futures-channel = "0.3"
format-bytes = "0.3"
anyhow = "1.0"