Cargo Features
[dependencies]
product-os-http-body = { version = "0.0.14", default-features = false, features = ["std", "box_body", "incoming"] }
- default = std
-
The
std
feature is set by default wheneverproduct-os-http-body
is added without
somewhere in the dependency tree.default-features = false - std default = http-body, http-body-util
-
Enables std of bytes and no-std-compat
- box_body
- incoming = hyper
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.