Cargo Features

[dependencies]
multipart-rfc7578 = { version = "0.7.0", default-features = false, features = ["part-content-length", "hyper", "bytes", "futures", "awc"] }
default = bytes, futures

These default features are set whenever multipart-rfc7578 is added without default-features = false somewhere in the dependency tree.

part-content-length

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hyper implicit feature

Enables hyper ^0.12

hyper:

A fast and correct HTTP library

bytes default

Enables bytes ^0.4

futures default

Enables futures ^0.1

awc implicit feature

Enables awc ^0.2

awc:

Async HTTP and WebSocket client library