Cargo Features

[dependencies]
multipart-async = { version = "0.0.2", default-features = false, features = ["client", "server", "sse4", "use_arc", "hyper"] }
default = client, hyper, server

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

client default
server default = httparse, twoway

Affects multipart-async::server

sse4

Enables pcmp of twoway ^0.1

use_arc

Use Arc instead of Rc where needed

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

hyper default

Enables hyper ^0.11

httparse server
twoway server sse4?

Enables twoway ^0.1