roa-multipart 0.5.0-rc.4

multipart implementation for roa
Documentation
[dependencies.actix-http]
version = "1.0"

[dependencies.actix-multipart]
version = "0.2"

[dependencies.bytes]
version = "0.5"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
default-features = false
features = ["stream"]
version = "0.13"

[dependencies.roa-core]
version = "0.5.0-rc.3"
[dev-dependencies.async-std]
version = "1.5"

[dev-dependencies.reqwest]
version = "0.10"

[dev-dependencies.roa]
features = ["router"]
version = "0.5.0-rc.3"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[features]
docs = []

[package]
authors = ["Hexilee <i@hexilee.me>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server"]
description = "multipart implementation for roa"
documentation = "https://docs.rs/roa-multipart"
edition = "2018"
homepage = "https://github.com/Hexilee/roa/wiki"
keywords = ["http", "web", "framework", "async"]
license = "MIT"
name = "roa-multipart"
readme = "./README.md"
repository = "https://github.com/Hexilee/roa"
version = "0.5.0-rc.4"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]