Cargo Features
[dependencies]
chunked_transfer_encoding = { version = "0.1.0", default-features = false, features = ["stream", "http"] }
- default = stream
-
The
stream
feature is set by default wheneverchunked_transfer_encoding
is added without
somewhere in the dependency tree.default-features = false - stream default = futures-util, pin-project-lite
-
Affects
chunked_transfer_encoding::stream
…
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.
- http implicit feature
-
Enables http ^0.2
http:
A set of types for representing HTTP requests and responses
Affects
utils::transfer_encoding_is_chunked
… - futures-util stream
- pin-project-lite stream