Cargo Features

[dependencies]
rabbitmq_http_client = { version = "0.15.0", default-features = false, features = ["core", "async", "blocking", "tabled"] }
default = blocking, core

These default features are set whenever rabbitmq_http_client is added without default-features = false somewhere in the dependency tree.

core default
async

Enables backtrace, percent-encoding, reqwest, and thiserror

Affects rabbitmq_http_client::api, rabbitmq_http_client::error

blocking default

Enables thiserror, backtrace and percent-encoding, blocking of reqwest

Affects rabbitmq_http_client::blocking_api, rabbitmq_http_client::error

tabled

Enables tabled