Cargo Features

[dependencies]
reqwest-oauth1 = { version = "0.3.0", default-features = false, features = ["multipart", "json", "blocking"] }
default = multipart

The multipart feature is set by default whenever reqwest-oauth1 is added without default-features = false somewhere in the dependency tree.

multipart default

Enables multipart of reqwest

json

Enables json of reqwest

blocking

Enables blocking of reqwest

reqwest-oauth1 has 4 features without comments.