rust-mjpeg-proxy/Cargo.toml

18 lines
425 B
TOML

[package]
name = "rust-mjpeg-proxy"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1"
http = "0.2"
hyper = "0.14"
mpart-async = "0.5"
futures = "0.3"
tokio = { version = "1", features = ["macros", "rt"] }
reqwest = { version = "0.11", features = ["stream"] }
warp = "0.3"