Cargo Features

[dependencies]
awmp = { version = "0.8.1", default-features = false, features = ["v1", "v2", "v3", "v4"] }
default = v4

The v4 feature is set by default whenever awmp is added without default-features = false somewhere in the dependency tree.

v1 = actix-multipart-v01, actix-web-v1, futures-v01

Affects awmp::v1

v2 = actix-multipart-v02, actix-web-v2, futures-v03

Affects awmp::v2

v3 = actix-multipart-v03, actix-web-v3, futures-v03

Affects awmp::v3

v4 default = actix-multipart-v04, actix-web-v4, futures-v03

Affects awmp::v4

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.

actix-web-v1 v1?

Enables actix-web ^1

actix-web-v2 v2?

Enables actix-web ^2

actix-web-v3 v3?

Enables actix-web ^3

actix-web-v4 v4

Enables actix-web

futures-v01 v1?

Enables futures ^0.1

futures-v03 v2? v3? v4

Enables futures

actix-multipart-v01 v1?

Enables actix-multipart ^0.1

actix-multipart-v02 v2?

Enables actix-multipart ^0.2

actix-multipart-v03 v3?

Enables actix-multipart ^0.3

actix-multipart-v04 v4

Enables actix-multipart ^0.4