[package] name = "rust-mjpeg-proxy" version = "0.1.0" authors = ["Astro "] 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"