[badges.github]
repository = "ferristseng/rust-multipart-rfc7578"
workflow = "Rust"
[badges.maintenance]
status = "passively-maintained"
[dependencies.bytes]
version = "1.1"
[dependencies.futures-core]
version = "0.3"
[dependencies.futures-util]
default-features = false
features = ["io"]
version = "0.3"
[dependencies.http]
version = "0.2"
[dependencies.mime]
version = "0.3"
[dependencies.mime_guess]
version = "2.0"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3"
[dev-dependencies.hyper]
version = "0.14"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[package]
authors = ["Joseph Lenton <josephlenton@gmail.com>", "Ferris Tseng <ferristseng@fastmail.fm>"]
categories = ["asynchronous", "web-programming"]
description = "An implementation of multipart/form-data (RFC7578)"
documentation = "https://docs.rs/common-multipart-rfc7578"
edition = "2021"
keywords = ["multipart", "form", "http"]
license = "MIT OR Apache-2.0"
name = "rust-multipart-rfc7578_2"
readme = "./README.md"
repository = "https://github.com/ferristseng/rust-multipart-rfc7578"
version = "0.6.1"