Cargo Features

poem-grpc has no features set by default.

[dependencies]
poem-grpc = { version = "0.5.2", features = ["json-codec", "gzip", "deflate", "brotli", "zstd", "example_generated"] }
json-codec = serde, serde_json
gzip

Enables gzip of async-compression

deflate

Enables deflate of async-compression

async-compression:

algorithms

brotli

Enables brotli of async-compression

zstd

Enables zstd of async-compression

example_generated

Affects poem-grpc::example_generated

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.

serde json-codec?
serde_json json-codec?
async-compression brotli? deflate? gzip? zstd?