Cargo Features

reqwest-streams has no features set by default.

[dependencies]
reqwest-streams = { version = "0.6.0", features = ["json", "csv", "protobuf", "arrow"] }
json

Enables serde and serde_json, json of reqwest

csv

Enables csv and serde

protobuf

Enables prost

arrow

Enables arrow

reqwest-streams has 4 features without comments.